48 lines
1.7 KiB
Markdown
48 lines
1.7 KiB
Markdown
# QueryList V4 简介
|
||
`QueryList`是一套简洁、优雅的PHP采集工具,基于phpQuery。
|
||
|
||
## 特性
|
||
- 拥有与jQuery完全相同的CSS3 DOM选择器
|
||
- 拥有与jQuery完全相同的DOM操作API
|
||
- 拥有通用的列表采集方案
|
||
- 拥有强大的HTTP请求套件,轻松实现如:模拟登陆、伪造浏览器、HTTP代理等意复杂的网络请求
|
||
- 拥有乱码解决方案
|
||
- 拥有强大的内容过滤功能,可使用jQuey选择器来过滤内容
|
||
- 拥有高度的模块化设计,扩展性强
|
||
- 拥有富有表现力的API
|
||
- 拥有高质量文档
|
||
- 拥有丰富的插件
|
||
- 拥有专业的问答社区和交流群
|
||
|
||
通过插件可以轻松实现诸如:
|
||
- 多线程采集
|
||
- 图片本地化
|
||
- 模拟浏览器行为,如:提交form表单
|
||
- 网络爬虫
|
||
- .....
|
||
|
||
## 环境要求
|
||
- PHP >= 7.0
|
||
|
||
> 如果你的PHP版本还停留在PHP5,或者不会使用Composer,你可以选择使用QueryList3,QueryList3支持php5.3以及手动安装。
|
||
QueryList3 文档:http://v3.querylist.cc
|
||
|
||
## 安装
|
||
通过Composer安装:
|
||
```
|
||
composer require jaeger/querylist:dev-master
|
||
```
|
||
|
||
## 寻求帮助?
|
||
- QueryList交流社区: [http://querylist.cc/](http://querylist.cc/)
|
||
- QueryList文档: [http://doc.querylist.cc/](http://doc.querylist.cc/)
|
||
- QueryList交流QQ群:123266961 <a target="_blank" href="http://shang.qq.com/wpa/qunwpa?idkey=a1b248ae30b3f711bdab4f799df839300dc7fed54331177035efa0513da027f6"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="╰☆邪恶 魔方☆" title="╰☆邪恶 魔方☆"></a>
|
||
|
||
- Git@OSC:http://git.oschina.net/jae/QueryList
|
||
- GitHub:https://github.com/jae-jae/QueryList
|
||
|
||
## Author
|
||
Jaeger <JaegerCode@gmail.com>
|
||
|
||
## Lisence
|
||
QueryList is licensed under the license of MIT. See the LICENSE for more details. |