An open API service indexing awesome lists of open source software.

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.

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

- [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).