kapilks / hyper-media-client
Hypermedia API client written in PHP
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/kapilks/hyper-media-client
Requires
- php: ^5.5
- ext-curl: ^0.0.0
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.jsonfile with following content
{
"require": {
"kapilks/hyper-media-client": "dev-master"
}
}
- Install API Client
composer install
- After installing require composer's autoloader in your
phpscript
require_once __DIR__. '/vendor/autoload.php';