buggle/client-curl

Provides a curl PSR-18 client implementation.

v1.0.0 2020-06-15 10:09 UTC

This package is auto-updated.

Last update: 2020-06-15 10:19:52 UTC


README

Build Status Total Downloads Latest Stable Version License

This package provides a PSR-18 http client implementation. The cURL client use the cURL PHP extension which can be activated in your php.ini.

Installation

The recommnended way to install this library is through composer:

composer require buggle/client-curl

Testing

Start the HTTP Test server:

./vendor/bin/http_test_server

Run the tests:

composer test -- --printer "Http\Client\Tests\ResultPrinter"

License

The package is an open-sourced software licensed under the MIT License.