Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.59 KB

PHPCreeper-Application

To be deprecated

This framework will be deprecated in the near future, and new framework will be born named PHPCreeperFramework.

注意:该应用框架即将被废弃,但并不影响使用,后续计划重构新版爬虫应用开发框架: PHPCreeperFramework

Important Notes

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

What is it

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是专门针对爬山虎引擎研发的配套应用开发框架,旨在提高开发效率。

How to use

There are two ways to know more about this framework:

Run built-in Demo

  • start_with_framework.php是依赖爬山虎应用框架的应用Demo全局启动脚本, 直接体验:
$ php start_with_framework.php start  
  • start_without_framework.php是脱离爬山虎应用框架的应用Demo自定义全局启动脚本, 直接体验:
$ php start_without_framework.php start