library hyper-media-client
Hypermedia API client written in PHP
kapilks/hyper-media-client
Hypermedia API client written in PHP
- Sunday, May 1, 2016
- by kapilks
- Repository
- 1 Watchers
- 1 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Hypermedia API Client written in PHP, (*1)
Installation
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"
}
}
composer install
- After installing require composer's autoloader in your
php
script
require_once __DIR__. '/vendor/autoload.php';
dev-master
9999999-dev
Hypermedia API client written in PHP
Sources
Download
The Requires