diegospm/http-provider

HTTP Provider Abstraction

1.0.0 2021-01-02 19:50 UTC

This package is auto-updated.

Last update: 2024-09-20 08:20:50 UTC


README

Author GitHub release (latest by date) GitHub license Travis (.com) Scrutinizer build (GitHub/Bitbucket) Scrutinizer coverage (GitHub/BitBucket) Scrutinizer code quality (GitHub/Bitbucket) Code Climate maintainability

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