jyggen / curl
A simple and lightweight cURL library with support for asynchronous requests.
Installs: 143 394
Dependents: 8
Suggesters: 0
Security: 0
Stars: 74
Watchers: 6
Forks: 22
Open Issues: 3
Requires
- php: >=5.4
- ext-curl: *
- symfony/http-foundation: ^2.0.5
Requires (Dev)
- apigen/apigen: ^4.1.1
- jakub-onderka/php-parallel-lint: ^0.9
- mockery/mockery: ^0.9.4
- phpunit/phpunit: ^4.8.10
- satooshi/php-coveralls: ^0.6.1
- squizlabs/php_codesniffer: ^2.3.4
This package is auto-updated.
Last update: 2022-02-01 12:22:51 UTC
README
This repository is no longer actively developed (though I'll still maintain it and merge pull requests when needed). It's been a fun ride but there are way better libraries out there nowadays. If anyone wants to take over futher development of the project let me know!
jyggen/curl
jyggen/curl is a PHP 5.4+ library for making asynchronous HTTP requests. This package is compliant with PSR-1, PSR-2 and PSR-4.
Find Curl on Packagist/Composer
API Documentation
The latest class API documentation is available online.
About
Requirements
- PHP 5.4 or above.
- Curl extension (obviously).
Bugs and Feature Requests
Please create an issue or pull request on GitHub.
Author
Jonas Stendahl (@jyggen)
See the list of contributors here.
License
This library is licensed under the MIT license.