Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mops1k/api-client-bundle

Bundle provide simple way to create http clients for api services. The main principle is the separation of responsibilities.
https://github.com/mops1k/api-client-bundle

api-client http-client http-requests php symfony symfony-bundle

Last synced: 3 months ago
JSON representation

Bundle provide simple way to create http clients for api services. The main principle is the separation of responsibilities.

Awesome Lists containing this project

README

        

# Api-Client-Bundle ![GitHub release (with filter)](https://img.shields.io/github/v/release/mops1k/api-client-bundle?logo=github&link=https%3A%2F%2Fpackagist.org%2Fpackages%2Fmops1k%2Fapi-client-bundle) ![Codecov](https://img.shields.io/codecov/c/github/mops1k/api-client-bundle) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/mops1k/api-client-bundle/bundle-tests-lower-deps.yml?logo=github&label=Build%20with%20lower%20dependencies) ![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/mops1k/api-client-bundle/bundle-tests-higher-deps.yml?logo=github&label=Build%20with%20higher%20dependencies)

This bundle provides abstraction layer for http clients through [php-http](https://docs.php-http.org/en/latest/index.html).
You can use this bundle for making your services request easier and flexible.

## Instructions
1. [Installation](./doc/Installation.md)
2. [Usage](./doc/Usage.md)
3. [Plugins](./doc/Plugins.md)