PHPackages                             daniel-griffiths/xttp - 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. daniel-griffiths/xttp

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

daniel-griffiths/xttp
=====================

A minimalist PHP Http client

21[1 PRs](https://github.com/Daniel-Griffiths/xttp/pulls)PHP

Since Dec 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Daniel-Griffiths/xttp)[ Packagist](https://packagist.org/packages/daniel-griffiths/xttp)[ RSS](/packages/daniel-griffiths-xttp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Xttp
====

[](#xttp)

A minimalist PHP Http client.

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

[](#installation)

```
composer require daniel-griffiths/xttp dev-master

```

Usage
-----

[](#usage)

By default Xttp assumes that any data sent/receieve is encoded in json. For an example of how to use this library please see the code below.

```
