2017 © Pedro Peláez
 

library hyper-media-client

Hypermedia API client written in PHP

image

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

The README.md

Hypermedia-API-Client

Hypermedia API Client written in PHP, (*1)

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';

The Versions

01/05 2016

dev-master

9999999-dev

Hypermedia API client written in PHP

  Sources   Download

The Requires

  • php ^5.5
  • ext-curl ^0.0.0