flavioheleno/alahaka

A minimal PSR-18 compliant HTTP Client

dev-main 2024-07-08 14:21 UTC

This package is auto-updated.

Last update: 2024-08-08 14:34:47 UTC


README

A minimal PSR-18 compliant HTTP Client

Installation

To use alahaka, install it using composer:

composer require flavioheleno/alahaka

You also need to install a PSR-17 compliant factory to create PSR-7 compliant requests and responses.

You can pick one from this list.

Example:

composer require nyholm/psr7

License

This library is licensed under the MIT License.