Download the PHP package donatj/webarchive without Composer
On this page you can find all versions of the php package donatj/webarchive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download donatj/webarchive
More information about donatj/webarchive
Files in donatj/webarchive
Download donatj/webarchive
More information about donatj/webarchive
Files in donatj/webarchive
Vendor donatj
Package webarchive
Short Description Library for writing Apple Safari's '.Webarchive' format (binary plist).
License MIT
Homepage https://github.com/donatj/Webarchive-PHP
Package webarchive
Short Description Library for writing Apple Safari's '.Webarchive' format (binary plist).
License MIT
Homepage https://github.com/donatj/Webarchive-PHP
Keywords webarchive
Please rate this library. Is it a good library?
Informations about the package webarchive
Webarchive
A library for writing Apple Safari's 'webarchive' binary plist files
Requirements
- rodneyrehm/plist: 2.*
- php: >=5.3
Installing
Install the latest version with:
Example
To Come!
Documentation
Class: \donatj\Webarchive
Method: Webarchive->__construct
Webarchive constructor
Method: Webarchive->addMainResource
Adds the Primary "MainResource" - which is the entry point into the web archive,
usually an HTML document.
Parameters:
- string
$content
- string | null
$url
- string
$mime
- string | null
$charset
- string | null
$headers
Method: Webarchive->addSubResource
Adds a secondary resource. Images, JavaScript, XML, JSON, etc.
Resources to accompany the primary document.
Parameters:
- string
$content
- string | null
$url
- string
$mime
- string | null
$charset
- string | null
$headers
Method: Webarchive->save
Save to a file
Parameters:
- mixed
$filename
- string
Method: Webarchive->output
Output to php://output
All versions of webarchive with dependencies
PHP Build Version
Package Version
The package donatj/webarchive contains the following files
Loading the files please wait ....