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
Requires
Requires (Dev)
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"
}
}