PHPackages                             ride/lib-http-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ride/lib-http-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ride/lib-http-client
====================

HTTP client library of the Ride framework

1.0.1(9y ago)05.4k4MITPHP

Since Dec 26Pushed 8y ago7 watchersCompare

[ Source](https://github.com/all-ride/ride-lib-http-client)[ Packagist](https://packagist.org/packages/ride/lib-http-client)[ RSS](/packages/ride-lib-http-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (14)Used By (4)

Ride: HTTP Client Library
=========================

[](#ride-http-client-library)

HTTP client library of the PHP Ride framework.

What's In This Library
----------------------

[](#whats-in-this-library)

### Client

[](#client)

The *Client* interface lets you implement an HTTP client.

Out of the box, the cURL implementation is provided through the *CurlClient* class

### Request

[](#request)

The *Request* class adds authentication and other client options to the default HTTP request.

Code Sample
-----------

[](#code-sample)

Check the following code sample to see how this library should be used:

```
