innobitlab/php-xapi-sdk

PHP sdk for MosaicoX RESTful API.

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

This package is not auto-updated.

Last update: 2025-04-26 16:39:53 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"
	}
}