Download the PHP package jenner/async-http-php without Composer
On this page you can find all versions of the php package jenner/async-http-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jenner/async-http-php
More information about jenner/async-http-php
Files in jenner/async-http-php
Download jenner/async-http-php
More information about jenner/async-http-php
Files in jenner/async-http-php
Please rate this library. Is it a good library?
Informations about the package async-http-php
async-http-php
An Async HTTP client based on curl_mulit* which is really simple and fast.
This project is a teaching experiment and I don't suggest to use it in a production environment, even though it is stable.
You can try to use guzzle.
Description
- If you want to use ssl or something else when you request a website, you can just realize a task class and extends the AbstractTask class.
- You can register a handler using Task object, when the response is usable the Async class will call the handler to handle the response.
- It will also return the response if it is handled by the handler or not.
- The longer the requests execute, the more time it will save.
example code:
use promise:
Performance tests
All versions of async-http-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
ext-curl Version *
ext-curl Version *
The package jenner/async-http-php contains the following files
Loading the files please wait ....