mwsimple / crawl-site
This bundle crawler sites
Package info
github.com/MWSimple/CrawlSiteBundle
Type:symfony-bundle
pkg:composer/mwsimple/crawl-site
dev-master / 2.3.x-dev
2014-07-24 22:25 UTC
Requires
- fabpot/goutte: ~2.0
- mwsimple/admin-crud: 2.3.*@dev
- symfony/symfony: ~2.3
This package is auto-updated.
Last update: 2026-03-10 14:57:19 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