Download the PHP package dypa/phpmulticurl without Composer
On this page you can find all versions of the php package dypa/phpmulticurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dypa/phpmulticurl
More information about dypa/phpmulticurl
Files in dypa/phpmulticurl
Download dypa/phpmulticurl
More information about dypa/phpmulticurl
Files in dypa/phpmulticurl
Vendor dypa
Package phpmulticurl
Short Description Ultra fast non-blocking OOP wrapper for curl_multi_* functions.
License MIT
Package phpmulticurl
Short Description Ultra fast non-blocking OOP wrapper for curl_multi_* functions.
License MIT
Please rate this library. Is it a good library?
Informations about the package phpmulticurl
PhpMultiCurl
Ultra fast non-blocking OOP wrapper for curl_multi_*
functions.
Pull requests are very welcome.
Main features:
- reuse curl resource
- don't waste time on unnecessary cycles, careful works with select function
- simple queue management
- fully configured! supports callbacks onLoad, onError, full control on http headers
- simple usage
- few tests, no docs :( sorry :(
Requires:
- php >= 7.1
- ext-curl
- safe_mode = Off
Installation via Composer:
- install Composer
- run
composer require dypa/phpMultiCurl
Tests
Examples
Contributing
Fork the project, create a feature branch and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-* coding standards.
To avoid CS issues, you should use php-cs-fixer:
All versions of phpmulticurl with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3.10
ext-curl Version *
ext-curl Version *
The package dypa/phpmulticurl contains the following files
Loading the files please wait ....