flavioheleno/alahaka

A minimal PSR-18 compliant HTTP Client

Maintainers

Package info

github.com/flavioheleno/alahaka

Homepage

pkg:composer/flavioheleno/alahaka

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-08 18:04:41 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.