Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fapi-cz/http-client
php http client
https://github.com/fapi-cz/http-client
http http-client nette nette-extension php php-client psr-18 psr-3 psr-7
Last synced: 5 days ago
JSON representation
php http client
- Host: GitHub
- URL: https://github.com/fapi-cz/http-client
- Owner: fapi-cz
- License: mit
- Created: 2018-11-13T20:20:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T18:10:31.000Z (7 months ago)
- Last Synced: 2024-09-18T18:11:43.068Z (about 2 months ago)
- Topics: http, http-client, nette, nette-extension, php, php-client, psr-18, psr-3, psr-7
- Language: PHP
- Homepage:
- Size: 259 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![build](https://github.com/fapi-cz/http-client/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/fapi-cz/http-client/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/fapi-cz/http-client/branch/master/graph/badge.svg)](https://codecov.io/gh/fapi-cz/http-client)
[![Maintainability](https://api.codeclimate.com/v1/badges/b3f418c5e268f28b35b7/maintainability)](https://codeclimate.com/github/fapi-cz/http-client/maintainability)# Http client
This library is here to provide client for making HTTP requests.
It allows mocking of the HTTP client, which is useful for testing.## Requirements
Library requires PHP 7.1 or higher.## Installation
The best way to install `fapi-cz/http-client` is using [Composer](http://getcomposer.org/).```
composer require fapi-cz/http-client
```## Documentation
Learn more in the [documentation](docs/en/index.md).