diegospm / http-provider
HTTP Provider Abstraction
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/diegospm/http-provider
This package is auto-updated.
Last update: 2025-10-20 10:33:17 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