A minimal PSR-18 compliant HTTP Client
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
This library is licensed under the MIT License.