Download the PHP package heartsentwined/zf2-browser without Composer
On this page you can find all versions of the php package heartsentwined/zf2-browser. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download heartsentwined/zf2-browser
More information about heartsentwined/zf2-browser
Files in heartsentwined/zf2-browser
Download heartsentwined/zf2-browser
More information about heartsentwined/zf2-browser
Files in heartsentwined/zf2-browser
Vendor heartsentwined
Package zf2-browser
Short Description web browser with quick browse methods using zf2's HTTP Client and cURL
License ISC
Homepage https://github.com/yalesov/zf2-browser
Package zf2-browser
Short Description web browser with quick browse methods using zf2's HTTP Client and cURL
License ISC
Homepage https://github.com/yalesov/zf2-browser
Please rate this library. Is it a good library?
Informations about the package zf2-browser
zf2-browser
web browser with quick browse methods using zf2's HTTP Client and cURL
Installation
Copy config/browser.local.php.dist
into (app root)/config/autoload/browser.local.php
, and edit configs as described below.
Config
The browser
alias can be changed to anything you like.
cookieDir
: directory for storing cookies. Make sure you create this directory, and that it is writable bywww-data
(or whatever your PHP scripts run as); or at least that its parent directory is writable (the script will create this dir for you in this case).cookieLife
: lifetime for cookie files (minute)connectTimeout
: max time to wait when connecting (second)options
: wrapper for\Zend\Http\Client::setOptions()
headers
: wrapper for\Zend\Http\Client::setHeaders()
Usage
Get a browser instance
GET
a page
POST
to a page with param foo
= bar
All versions of zf2-browser with dependencies
PHP Build Version
Package Version
The package heartsentwined/zf2-browser contains the following files
Loading the files please wait ....