PHPackages                             statflo/php-http - 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. statflo/php-http

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

statflo/php-http
================

HTTP package for statflo php projects

1.4.1(4y ago)09.4kCOPYRIGHTPHP

Since Mar 28Pushed 4y ago21 watchersCompare

[ Source](https://github.com/Statflo/php-http)[ Packagist](https://packagist.org/packages/statflo/php-http)[ RSS](/packages/statflo-php-http/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (13)Used By (0)

PHP HTTP package
================

[](#php-http-package)

installation
------------

[](#installation)

#### composer.json

[](#composerjson)

```
{
    "require": {
        /* ... */
        "statflo/php-http": "dev-master",
    }
}
```

Usage
-----

[](#usage)

#### web/index.php

[](#webindexphp)

```
