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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T21:58:21.000Z (3 months ago)
- Last Synced: 2025-03-25T16:51:31.194Z (about 2 months ago)
- Topics: asynchronous, client, curl, http, php, request, response
- Language: PHP
- Homepage:
- Size: 30.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).