https://github.com/bayfrontmedia/multi-curl
A simple HTTP client to make single or asynchronous requests utilizing the cURL library.
https://github.com/bayfrontmedia/multi-curl
asynchronous client curl http php request response
Last synced: 3 months ago
JSON representation
A simple HTTP client to make single or asynchronous requests utilizing the cURL library.
- Host: GitHub
- URL: https://github.com/bayfrontmedia/multi-curl
- Owner: bayfrontmedia
- License: mit
- Created: 2020-08-12T16:53:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T07:23:03.000Z (7 months ago)
- Last Synced: 2025-06-30T08:32:55.935Z (7 months ago)
- Topics: asynchronous, client, curl, http, php, request, response
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## Multi cURL
A simple HTTP client to make single or asynchronous requests utilizing the cURL library.
- [License](#license)
- [Author](#author)
- [Requirements](#requirements)
- [Installation](#installation)
- [Documentation](#documentation)
## License
This project is open source and available under the [MIT License](LICENSE).
## Author

- [Bayfront Media homepage](https://www.bayfrontmedia.com?utm_source=github&utm_medium=direct)
- [Bayfront Media GitHub](https://github.com/bayfrontmedia)
## Requirements
- PHP `^8.2` (Tested up to `8.4`)
- cURL PHP extension
- JSON PHP extension
## Installation
```
composer require bayfrontmedia/multi-curl
```
## Documentation
See [documentation](docs/README.md).