Download the PHP package everus/goutte-service-provider without Composer
On this page you can find all versions of the php package everus/goutte-service-provider. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download everus/goutte-service-provider
More information about everus/goutte-service-provider
Files in everus/goutte-service-provider
Download everus/goutte-service-provider
More information about everus/goutte-service-provider
Files in everus/goutte-service-provider
Vendor everus
Package goutte-service-provider
Short Description Silex ServiceProvider for using goutte
License MIT
Package goutte-service-provider
Short Description Silex ServiceProvider for using goutte
License MIT
Please rate this library. Is it a good library?
Informations about the package goutte-service-provider
GoutteProvider
Service provider for Silex for using Goutte.
Installation
To use it add following line to your composer.json:
"require": {
...
"everus/goutte-service-provider": "0.11.x"
...
}
Usage
Include following line of code somewhere in your initial Silex file (index.php or whatever):
$app->register(new Everus\Silex\GoutteServiceProvider());
Now you have access to Goutte through $app['browser']
.
All versions of goutte-service-provider with dependencies
PHP Build Version
Package Version
The package everus/goutte-service-provider contains the following files
Loading the files please wait ....