Crawler plugin for CakePHP
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., (*1)
Installation
You can install this plugin into your CakePHP application using composer., (*2)
The recommended way to install composer packages is:, (*3)
composer require patarkf/crawler-cakephp:*
Configuration
After install just add the line below to your config/bootstrap.php
., (*4)
Plugin::load('Crawler', ['routes' => true, 'autoload' => true]);
So access the route like the example:, (*5)
http://localhost/project/crawler/
License
See the LICENSE. file for license rights and limitations (MIT)., (*6)