patarkf/crawler-cakephp

Crawler, a HTML parser plugin for CakePHP

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:cakephp-plugin

v0.1 2016-01-12 13:05 UTC

This package is not auto-updated.

Last update: 2024-09-18 19:33:39 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).