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

1.0.0 2021-01-02 19:50 UTC

This package is auto-updated.

Last update: 2025-10-20 10:33:17 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