A collection of http classes.

v4.0.0 2022-09-19 22:44 UTC

This package is auto-updated.

Last update: 2024-03-20 02:14:28 UTC


README

Build Status Scrutinizer Code Quality Coverage Status

Latest Stable Version Total Downloads License

A collection of general util-httpities for making common programming tasks easier.

Requirements

util-http-php requires PHP 7.3 (or later).

Composer

To add the library as a local, per-project dependency use Composer! Simply add a dependency on traderinteractive/util-http to your project's composer.json file such as:

composer require traderinteractive/util-http

Documentation

Found in the source itself, take a look!

Contact

Developers may be contacted at:

Project Build

With a checkout of the code get Composer in your PATH and run:

./vendor/bin/phpcs
./vendor/bin/phpunit

There is also a docker-based fig configuration that will execute the build inside a docker container. This is an easy way to build the application:

fig run build

For more information on our build process, read through out our Contribution Guidelines.