An open API service indexing awesome lists of open source software.

https://github.com/bacart/guzzle-client

Bacart GuzzleHTTP client
https://github.com/bacart/guzzle-client

guzzle php php-library

Last synced: 2 months ago
JSON representation

Bacart GuzzleHTTP client

Awesome Lists containing this project

README

          

Bacart Guzzle client
====================
[![PHP from Packagist](https://img.shields.io/packagist/php-v/symfony/symfony.svg)](https://packagist.org/packages/bacart/guzzle-client)
[![Latest Stable Version](https://poser.pugx.org/bacart/guzzle-client/v/stable.png)](https://packagist.org/packages/bacart/guzzle-client)
[![Total Downloads](https://poser.pugx.org/bacart/guzzle-client/downloads.svg)](https://packagist.org/packages/bacart/guzzle-client)
[![License](https://poser.pugx.org/bacart/guzzle-client/license.svg)](LICENSE)

Bacart GuzzleHTTP client.

Installation
------------
##### Using command line:
Run the following command and you will get the latest version by [Packagist][1].

```bash
composer require bacart/guzzle-client
```

##### Using composer.json
To use the newest (maybe unstable) version add following into your composer.json:

```json
{
"require": {
"bacart/guzzle-client": "dev-master"
}
}
```

License
-------
This project is released under the [MIT license](LICENSE).

About
-----
Project development is led by the [Bacart][2] team.

[1]: https://packagist.org/packages/bacart/guzzle-client
[2]: https://github.com/bacart