Skip to content

SlimPay/hapiclient-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HAPI Client

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.