Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyggen/curl
A PHP 5.4+ library for making asynchronous HTTP requests.
https://github.com/jyggen/curl
curl http php
Last synced: 7 days ago
JSON representation
A PHP 5.4+ library for making asynchronous HTTP requests.
- Host: GitHub
- URL: https://github.com/jyggen/curl
- Owner: jyggen
- License: mit
- Created: 2012-11-18T18:06:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T11:45:32.000Z (about 8 years ago)
- Last Synced: 2025-01-09T12:17:33.044Z (14 days ago)
- Topics: curl, http, php
- Language: PHP
- Homepage:
- Size: 228 KB
- Stars: 71
- Watchers: 7
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
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](https://packagist.org/packages/guzzlehttp/guzzle) out there nowadays. If anyone wants to take over futher development of the project let me know!_
## jyggen/curl
[![Source Code][badge-source]][source]
[![Latest Version][badge-release]][release]
[![Software License][badge-license]][license]
[![Build Status][badge-build]][build]
[![HHVM Status][badge-hhvm]][hhvm]
[![Scrutinizer][badge-quality]][quality]
[![Coverage Status][badge-coverage]][coverage]
[![Total Downloads][badge-downloads]][downloads]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](https://packagist.org/packages/jyggen/curl)
[PSR-1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md
[PSR-2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md
[PSR-4]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md### API Documentation
The [latest class API documentation][apidocs] 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](https://github.com/jyggen/curl).
#### Author
Jonas Stendahl ([@jyggen](http://twitter.com/jyggen))
[See the list of contributors here](https://github.com/jyggen/curl/contributors).
#### License
This library is licensed under the MIT license.
[apidocs]: https://docs.jyggen.com/jyggen-curl/latest/
[badge-source]: https://img.shields.io/badge/source-jyggen/curl-blue.svg?style=flat-square
[badge-release]: https://img.shields.io/github/release/jyggen/curl.svg?style=flat-square
[badge-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[badge-build]: https://img.shields.io/travis/jyggen/curl/master.svg?style=flat-square
[badge-hhvm]: https://img.shields.io/hhvm/jyggen/curl.svg?style=flat-square
[badge-quality]: https://img.shields.io/scrutinizer/g/jyggen/curl/master.svg?style=flat-square
[badge-coverage]: https://img.shields.io/coveralls/jyggen/curl/master.svg?style=flat-square
[badge-downloads]: https://img.shields.io/packagist/dt/jyggen/curl.svg?style=flat-square[source]: https://github.com/jyggen/curl
[release]: https://github.com/jyggen/curl/releases
[license]: https://github.com/jyggen/curl/blob/master/LICENSE
[build]: https://travis-ci.org/jyggen/curl
[hhvm]: http://hhvm.h4cc.de/package/jyggen/curl
[quality]: https://scrutinizer-ci.com/g/jyggen/curl/
[coverage]: https://coveralls.io/r/jyggen/curl?branch=master
[downloads]: https://packagist.org/packages/jyggen/curl