slimpay/hapiclient

An HTTP Client using HAL as the format for resources.

Maintainers

Package info

github.com/SlimPay/hapiclient-php

pkg:composer/slimpay/hapiclient

Statistics

Installs: 316 769

Dependents: 1

Suggesters: 0

Stars: 14

Open Issues: 3

v1.0.5 2020-12-17 09:31 UTC

This package is not auto-updated.

Last update: 2026-03-06 10:12:55 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.