patarkf/crawler-cakephp
Composer 安装命令:
composer require patarkf/crawler-cakephp
包简介
Crawler, a HTML parser plugin for CakePHP
README 文档
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).
统计信息
- 总下载量: 36
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-01-11