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

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

phpbook/http
============

PHP HTTP Library

1.6.1(2y ago)284MITPHPPHP &gt;=7.1.0

Since Jun 25Pushed 2y agoCompare

[ Source](https://github.com/phpbook-sources/http)[ Packagist](https://packagist.org/packages/phpbook/http)[ Docs](https://github.com/phpbook-sources/http)[ RSS](/packages/phpbook-http/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)DependenciesVersions (44)Used By (0)

- [About Http](#about-http)
- [Composer Install](#composer-install)

- [Examples](#examples)
    - [Declare Configurations](#declare-configurations)
    - [Declare Application Elements](#declare-application-elements)
    - [Declare Application Middleware](#declare-application-middleware)
    - [Declare Application Controllers](#declare-application-controllers)
    - [Generate Request Proxies](#generate-request-proxies)
    - [Start Request Proxies](#start-request-proxies)
    - [Start Application Http](#start-application-http)
    - [Http URI Get Path](#http-uri-get-path)
    - [Application Apache htaccess File](#application-apache-htaccess-file)
    - [Application Nginx File](#application-nginx-file)

### About Http

[](#about-http)

- PHPBook Http is a lightweight and fast http PHP library to create apps and apis and provides auto documentation.
- You can export the API schema in a POSTMAN JSON File.

### Composer Install

[](#composer-install)

```
composer require phpbook/http

```

Examples
========

[](#examples)

##### Declare Configurations

[](#declare-configurations)

```
