2017 © Pedro Peláez
 

cakephp-plugin crawler-cakephp

Crawler, a HTML parser plugin for CakePHP

image

patarkf/crawler-cakephp

Crawler, a HTML parser plugin for CakePHP

  • Tuesday, January 12, 2016
  • by patarkf
  • Repository
  • 1 Watchers
  • 0 Stars
  • 31 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

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)

The Versions

12/01 2016

dev-master

9999999-dev

Crawler, a HTML parser plugin for CakePHP

  Sources   Download

MIT

The Requires

 

by Patrick Ferreira

12/01 2016

v0.1

0.1.0.0

Crawler, a HTML parser plugin for CakePHP

  Sources   Download

MIT

The Requires

 

by Patrick Ferreira