文件名称:curl-easy:PHP的cURL包装器。 支持并行和非阻塞请求。 有关高速抓取,请参见stilcurl-robot
文件大小:16KB
文件格式:ZIP
更新时间:2024-02-24 13:31:41
php http curl asynchronous multiprocessing
目录 介绍 描述 这是一个很小但功能强大且健壮的库,可加快处理速度。 如果您厌倦了将PHP cURL扩展程序与它的过程接口一起使用,但是还希望对脚本执行保持控制-这对您来说是个不错的选择! 如果您需要在项目中进行高速爬网,则可能对stil / curl-easy扩展名感兴趣。 主要特点 经过广泛的单元测试。 具有中等级别接口的轻量级库。 它不是多合一的库。 具有非常简单的接口的并行/异步连接。 在运行时并行附加/分离请求! 支持回调,因此您可以控制执行过程。 智能设置器,以替代CURLOPT_ *常量。 如果您知道cURL php扩展名,则无需从头开始学习 安装 为了使用cURL-
【文件预览】:
curl-easy-master
----composer.json(498B)
----.travis.yml(58B)
----phpunit.xml(370B)
----tests()
--------bootstrap.php(50B)
--------OptionsTest.php(3KB)
--------ConstantsTableTest.php(368B)
--------RequestTest.php(4KB)
--------RequestsQueueTest.php(6KB)
--------TestCase.php(1KB)
----src()
--------Event.php(302B)
--------RequestInterface.php(283B)
--------Response.php(2KB)
--------Exception.php(63B)
--------Collection.php(1KB)
--------Options.php(905B)
--------RequestsQueue.php(6KB)
--------Error.php(59B)
--------ConstantsTable.php(1KB)
--------Request.php(3KB)
--------RequestsQueueInterface.php(373B)
----.gitignore(39B)
----README.md(9KB)
----LICENSE.txt(1KB)