bayfrontmedia / multi-curl
A simple HTTP client to make single or asynchronous requests utilizing the cURL library.
v3.1.1
2026-01-22 18:08 UTC
Requires
- php: ^8.2
- ext-curl: *
- ext-json: *
- bayfrontmedia/php-array-helpers: ^2.0
- bayfrontmedia/php-mime-types: ^2.0
README
A simple HTTP client to make single or asynchronous requests utilizing the cURL library.
License
This project is open source and available under the MIT License.
Author
Requirements
- PHP
^8.2(Tested up to8.4) - cURL PHP extension
- JSON PHP extension
Installation
composer require bayfrontmedia/multi-curl
Documentation
See documentation.