kapilks/hyper-media-client

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.

Hypermedia API client written in PHP

dev-master 2016-05-01 00:17 UTC

This package is not auto-updated.

Last update: 2020-12-18 01:22:39 UTC


README

Hypermedia API Client written in PHP

Installation

  • Install Composer
curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer
  • Create composer.json file with following content
{
	"require": {
		"kapilks/hyper-media-client": "dev-master"
	}
}
  • Install API Client
composer install
  • After installing require composer's autoloader in your php script
require_once __DIR__. '/vendor/autoload.php';