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

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

neon-php/simple-http
====================

Simple Http interface for guzzle

v0.9.10(4y ago)071MITPHPPHP &gt;=7.3

Since Jun 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Felix645/simple-http)[ Packagist](https://packagist.org/packages/neon-php/simple-http)[ RSS](/packages/neon-php-simple-http/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

simple-http
===========

[](#simple-http)

Installation
------------

[](#installation)

```
composer require neon-php/simple-http

```

Introduction
------------

[](#introduction)

**simple-http** provides a small interface to create really simple http-requests using the Guzzle-HTTP-Client.

Usage
-----

[](#usage)

### Making Requests

[](#making-requests)

The easiest way to make a new request is by using the static facade class *Neon\\Http\\Facade\\Http*. This class provides static methods to create a new request instance of the class *Neon\\Http\\Http*.

In the simplest way you can make a request by calling a method for the corresponding http verb:

```
