djsharman / react-curl
multi curl driver for reactphp.
2.0.1
2015-03-12 23:02 UTC
Requires
- php: >=5.4.0
- khr/php-mcurl-client: 3.*
- react/event-loop: *
- react/promise: ~2.0
This package is auto-updated.
Last update: 2025-02-25 08:33:36 UTC
README
Modification
This is a fork of the work from KhristenkoYura/reactphp-curl. Thanks Khristenko!
I wanted to have the client class attributes not public, which would break other people's code using the original library, hence the fork.
Install
The recommended way to install reactphp-curl is through composer.
{
"require": {
"khr/react-curl": "*"
}
}
Introduction
This is a multi curl driver for reactphp
Example show in folder /example/