Skip to content

Commit

Permalink
修改README简介
Browse files Browse the repository at this point in the history
  • Loading branch information
yan68 committed Jun 3, 2018
1 parent a2393d1 commit b2cdda5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -8,12 +8,18 @@ XCrawler - 轻量级、易维护的PHP爬虫框架
- 支持失败重试、代理、断点续爬
- 完善的爬取进度日志
- 支持基于xpath、css选择器解析内容
- 模拟浏览器行为,如user-agent、cookie、提交表单
- 支持模拟浏览器行为,如user-agent、cookie、提交表单
- 健壮的底层库,HTTP客户端基于guzzle,dom解析基于symfony/dom-crawler库

查看文档: https://xcrawler.yanshuju.com/docs/
## 安装

```
composer require xcrawler/xcrawler
```

GitHub地址: https://github.com/wyan001/xcrawler
## 文档地址

查看文档: https://xcrawler.yanshuju.com/docs/

## 交流

Expand Down
2 changes: 1 addition & 1 deletion composer.json
@@ -1,6 +1,6 @@
{
"name": "xcrawler/xcrawler",
"description": "A fast, simple and powerful PHP web crawler (scrapy/spider) 快速、简介且强大爬虫/采集框架",
"description": "A fast, simple and powerful PHP web crawler (scrapy/spider) 快速、简洁且强大的爬虫/采集框架",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit b2cdda5

Please sign in to comment.