Goutte:Goutte,一个简单PHP Web Scraper

时间:2024-03-10 07:03:15
【文件属性】:

文件名称:Goutte:Goutte,一个简单PHP Web Scraper

文件大小:6KB

文件格式:ZIP

更新时间:2024-03-10 07:03:15

PHP

Goutte,一个简单PHP Web爬虫 Goutte是适用于PHP的屏幕抓取和网络抓取库。 Goutte提供了一个不错的API,可用来抓取网站并从HTML / XML响应中提取数据。 要求 Goutte依赖于PHP 7.1+。 安装 在您的composer.json文件中添加fabpot/goutte作为require依赖项: composer require fabpot/goutte 用法 创建一个Goutte Client实例(扩展了Symfony\Component\BrowserKit\HttpBrowser ): use Goutte \ Client ; $ client = new Client (); 使用request()方法request() : // Go to the symfony.com website $ crawler = $ client -


【文件预览】:
Goutte-master
----README.rst(3KB)
----Goutte()
--------Client.php(397B)
--------Resources()
--------Tests()
----phpunit.xml.dist(534B)
----.travis.yml(339B)
----box.json(428B)
----LICENSE(1KB)
----.gitignore(33B)
----composer.json(791B)

网友评论