diegospm / http-provider
HTTP Provider Abstraction
1.0.0
2021-01-02 19:50 UTC
This package is auto-updated.
Last update: 2025-05-20 09:41:48 UTC
README
This abstraction was developed to organize and standardize the consumption of external APIs using the HTTP protocol.
If you notice compliance oversights, please, send a PR.
Requirements
PHP 7.4 or newer
Install
Via Composer
$ composer require diegospm/http-provider
Test
Run composer test
$ composer test