Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mops1k/api-client-bundle
- Owner: mops1k
- License: mit
- Created: 2022-03-03T08:00:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T12:51:58.000Z (about 1 year ago)
- Last Synced: 2024-11-02T11:30:03.362Z (3 months ago)
- Topics: api-client, http-client, http-requests, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 173 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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)