Skip to content

Everus/GoutteServiceProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages