bayfrontmedia / multi-curl
A simple HTTP client to make single or asynchronous requests utilizing the cURL library.
Installs: 1 018
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
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.