patarkf / crawler-cakephp
Crawler, a HTML parser plugin for CakePHP
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=5.4.16
- cakephp/cakephp: ~3.0
This package is not auto-updated.
Last update: 2024-12-11 21:04:59 UTC
README
Crawler is a HTML parser useful to find broken links, images, scripts, etc. The user simply paste the link on the input, submit it and wait for the results. Simple as that.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require patarkf/crawler-cakephp:*
Configuration
After install just add the line below to your config/bootstrap.php
.
Plugin::load('Crawler', ['routes' => true, 'autoload' => true]);
So access the route like the example:
http://localhost/project/crawler/
License
See the LICENSE. file for license rights and limitations (MIT).