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
- Host: GitHub
- URL: https://github.com/bacart/guzzle-client
- Owner: bacart
- License: mit
- Created: 2018-09-20T08:01:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T21:37:49.000Z (about 7 years ago)
- Last Synced: 2024-11-14T20:49:08.742Z (over 1 year ago)
- Topics: guzzle, php, php-library
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Bacart Guzzle client
====================
[](https://packagist.org/packages/bacart/guzzle-client)
[](https://packagist.org/packages/bacart/guzzle-client)
[](https://packagist.org/packages/bacart/guzzle-client)
[](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