Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padosoft/httpclient
Very simple HTTP Client using Guzzle to make request more user friendly.
https://github.com/padosoft/httpclient
guzzle http http-client request response
Last synced: about 1 month ago
JSON representation
Very simple HTTP Client using Guzzle to make request more user friendly.
- Host: GitHub
- URL: https://github.com/padosoft/httpclient
- Owner: padosoft
- License: mit
- Created: 2016-04-26T13:49:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T09:10:03.000Z (over 7 years ago)
- Last Synced: 2024-07-30T18:57:28.258Z (5 months ago)
- Topics: guzzle, http, http-client, request, response
- Language: PHP
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
## WORK IN PROGRESS
# httpclient
Very simple HTTP Client using Guzzle to make request more user friendly.
You start to send HTTP request in minute.[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
[![Quality Score][ico-code-quality]][link-code-quality]
[![Total Downloads][ico-downloads]][link-downloads]
[![SensioLabsInsight][ico-sensiolab]][link-sensiolab]
![Agnostic][ico-agnostic]
[![HHVM Status][ico-hhvm]][link-hhvm]Table of Contents
=================* [httpclient](#httpclient)
* [Table of Contents](#table-of-contents)
* [Prerequisites](#prerequisites)
* [Install](#install)
* [Usage](#usage)
* [Example](#example)
* [Screenshots](#screenshots)
* [Change Log](#change-log)
* [Testing](#testing)
* [Contributing](#contributing)
* [Security](#security)
* [API Documentation](#api-documentation)
* [Credits](#credits)
* [About Padosoft](#about-padosoft)
* [License](#license)# Prerequisites
PHP >=5.5.0
# Install
This package can be installed through Composer.
``` bash
composer require padosoft/httpclient
```# Usage
## Example
# Screenshots
# Change Log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.# Testing
# Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
# Security
If you discover any security related issues, please email instead of using the issue tracker.
# API Documentation
Please see API documentation at http://padosoft.github.io/httpclient
# Credits
- [Padosoft](https://github.com/padosoft)
- [All Contributors](../../contributors)# About Padosoft
Padosoft is a software house based in Florence, Italy. Specialized in E-commerce and web sites.# License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/padosoft/httpclient.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/padosoft/HTTPClient/master.svg?style=flat-square
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/padosoft/httpclient.svg?style=flat-square
[ico-code-quality]: https://img.shields.io/scrutinizer/g/padosoft/httpclient.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/padosoft/httpclient.svg?style=flat-square
[ico-sensiolab]: https://insight.sensiolabs.com/projects/9afab5fa-e9e4-40df-8ccf-6c122c26fd42/small.png
[ico-agnostic]: https://img.shields.io/badge/PHP-Framework%20agnostic-4F5B93.svg?style=flat-square
[ico-hhvm]: http://hhvm.h4cc.de/badge/padosoft/httpclient.svg[link-packagist]: https://packagist.org/packages/padosoft/httpclient
[link-travis]: https://travis-ci.org/padosoft/HTTPClient
[link-scrutinizer]: https://scrutinizer-ci.com/g/padosoft/HTTPClient/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/padosoft/HTTPClient
[link-downloads]: https://packagist.org/packages/padosoft/httpclient
[link-sensiolab]: https://insight.sensiolabs.com/projects/9afab5fa-e9e4-40df-8ccf-6c122c26fd42
[link-hhvm]: http://hhvm.h4cc.de/package/padosoft/httpclient