innobitlab/php-xapi-sdk

PHP sdk for MosaicoX RESTful API.

Installs: 1 946

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/innobitlab/php-xapi-sdk

dev-master 2016-02-26 10:01 UTC

This package is not auto-updated.

Last update: 2025-09-27 18:40:52 UTC


README

PHP sdk for Mosaico X RESTful API.

Installation

Composer

You can install innobitlab/php-xapi-sdk using composer Dependency Manager.

If you need information about installing composer: http://getcomposer.org/doc/00-intro.md#installation-nix

Add this to your composer.json file:

{
	"require": {
    	"innobitlab/php-xapi-sdk": "dev-master"
	}
}