This framework will be deprecated in the near future, and new framework will be born named PHPCreeperFramework
.
注意:该应用框架即将被废弃,但并不影响使用,后续计划重构新版爬虫应用开发框架: PHPCreeperFramework
Well, it's better and safer to pull the latest PHPCreeper-Application
and PHPCreeper
package frequently.
提示:务必拉取最新的PHPCreeper-Application应用开发框架并更新PHPCreeper核心包,一切向下兼容且安全。
$ git pull && composer update blogdaren/phpcreeper
PHPCreeper-Application
is a Special Spider Application Framework
which works together with PHPCreeper,
it is mainly used to improve your development efficiency for crawling jobs.
PHPCreeper-Application
是专门针对爬山虎引擎研发的配套应用开发框架,旨在提高开发效率。
There are two ways to know more about this framework:
- Checkout PHPCreeper Manual:http://www.phpcreeper.com/docs/
- Checkout PHPCreeper Github:https://github.com/blogdaren/phpcreeper
- start_with_framework.php是依赖爬山虎应用框架的应用Demo全局启动脚本, 直接体验:
$ php start_with_framework.php start
- start_without_framework.php是脱离爬山虎应用框架的应用Demo自定义全局启动脚本, 直接体验:
$ php start_without_framework.php start