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: 11 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T12:51:58.000Z (about 2 years ago)
- Last Synced: 2024-11-02T11:30:03.362Z (over 1 year 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    
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)