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

ActiveAura-package[HTTP &amp; Networking](/categories/http)

aura/http
=========

The Aura HTTP package provides objects to build and send HTTP responses from the server to the client.

1.0.3(12y ago)7339.0k↓70.7%214BSD-2-ClausePHPPHP &gt;=5.4.0

Since Nov 28Pushed 9y ago11 watchersCompare

[ Source](https://github.com/auraphp/Aura.Http)[ Packagist](https://packagist.org/packages/aura/http)[ Docs](http://auraphp.com/Aura.Http)[ RSS](/packages/aura-http/feed)WikiDiscussions 1.x Synced yesterday

READMEChangelogDependencies (1)Versions (6)Used By (4)

Aura HTTP
=========

[](#aura-http)

[![Build Status](https://camo.githubusercontent.com/e72bc904d8e656e15ca3ef2dd5fac7a7e0ecb576660ba3847fba9e4f2d0655e5/68747470733a2f2f7472617669732d63692e6f72672f617572617068702f417572612e487474702e706e673f6272616e63683d646576656c6f70)](https://travis-ci.org/auraphp/Aura.Http)

The Aura HTTP package provides objects to build and send HTTP requests and responses, including `multipart/form-data` requests, with streaming of file resources when using the `curl` adapter.

This package is compliant with [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md), [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), and [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md). If you notice compliance oversights, please send a patch via pull request.

Getting Started
===============

[](#getting-started)

Instantiation
-------------

[](#instantiation)

The easiest way to get started is to use the `scripts/instance.php` script to instantiate an HTTP `Manager` object.

```
