slimpay / hapiclient-guzzle7
An HTTP Client using HAL as the format for resources.
Installs: 19 158
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 10
Open Issues: 0
Requires
- php: ^7.2|^8.0
- guzzlehttp/guzzle: ~7.0
- guzzlehttp/uri-template: 0.2.0
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-29 00:51:00 UTC
README
An HTTP Client implementing the HAL specification.
Requirements
PHP 7.2 or higher
Installation
Using Composer:
"require":{ "slimpay/hapiclient-guzzle7":"1.0.*" }
If you are not familiar with Composer, you can download a pre-built release with the dependencies.
Guzzle < 7
If you want to use an another version of PHP or Guzzle, please use our previous HAPI Client => https://github.com/SlimPay/hapiclient-php
Use
Examples and full working snippets are available in the HAPI Browser.