Skip to content

ulkas/phpmyrrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

phpmyrrix

PHP library for Myrrix REST API calls does not need any special installation, nor any external framework like Guzzle or Composer

@require lib::curl, php5 there is also a dummy version for php4

@version alfa 0.0

@todo implemented only few REST calls, others tbd

http://myrrix.com/rest-api

@example:

include_once 'myrrixRESTlibrary.php';

$client=new myrrixRESTlibrary("http://localhost",80);
//$client->debug=true;
var_dump($client->mostSimilar(array(23964,24900)));

About

PHP library for Myrrix REST API calls

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages