flavioheleno / alahaka
A minimal PSR-18 compliant HTTP Client
dev-main
2024-07-08 14:21 UTC
Requires
- php: ^8.2
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-factory-implementation: *
- psr/http-message: ^2.0
- psr/http-message-implementation: *
Requires (Dev)
- nyholm/psr7: ^1.8
- phpunit/phpunit: ^11.2
- roave/security-advisories: dev-latest
Suggests
- ext-curl: Use the curl-based driver
Provides
This package is auto-updated.
Last update: 2024-10-08 14:57:45 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.