slimpay / hapiclient
An HTTP Client using HAL as the format for resources.
Installs: 296 667
Dependents: 1
Suggesters: 0
Security: 0
Stars: 14
Watchers: 5
Forks: 12
Open Issues: 3
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: >=5.3 <7.0
Requires (Dev)
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2025-03-21 05:54:17 UTC
README
An HTTP Client implementing the HAL specification.
Requirements
PHP 5.5 or higher
Installation
Using Composer:
"require":{ "slimpay/hapiclient":"1.0.*" }
If you are not familiar with Composer, you can download a pre-built release with the dependencies.
Use
Examples and full working snippets are available in the HAPI Browser.