mwsimple/crawl-site

This bundle crawler sites

dev-master / 2.3.x-dev 2014-07-24 22:25 UTC

This package is auto-updated.

Last update: 2024-04-10 11:03:39 UTC


README

Installation

Using composer

Add following lines to your composer.json file:

Symfony 2.3.*

"require": {
    ...
    "mwsimple/crawl-site": "2.3.*@dev"
}

Execute:

php composer.phar update "mwsimple/crawl-site"

Add it to the AppKernel.php class:

// ...
new MWSimple\Bundle\AdminCrudBundle\MWSimpleCrawlSiteBundle(),

Crawler Sites

php app/console mwsimple:crawlsite

Dependencies

This bundle extends Goutte.

Author

Gonzalo Alonso - gonkpo@gmail.com