PHPackages                             lablnet/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. lablnet/http-client

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

lablnet/http-client
===================

PHP http client package.

1.1(6y ago)1125742MITPHP

Since Jan 24Pushed 6y ago2 watchersCompare

[ Source](https://github.com/Lablnet/PHP-http-client)[ Packagist](https://packagist.org/packages/lablnet/http-client)[ RSS](/packages/lablnet-http-client/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)DependenciesVersions (3)Used By (2)

PHP HTTP Client
===============

[](#php-http-client)

http-client is the php package. It provides the ability to manage and parse request object. It also provides support for HTTP client transactions via cURL.

Requirement
-----------

[](#requirement)

- PHP
- Composer

install
-------

[](#install)

run this command `composer require lablnet/http-client`

BASIC USAGE
-----------

[](#basic-usage)

### The request object, GET example

[](#the-request-object-get-example)

Let's use a GET request with the URL '/index.php?var=value'

```
