Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).