/moodstocks_php_api

A simple php class for using the moodstocks API from php

Primary LanguagePHP

moodstocks_php_api

A simple php class for using the moodstocks API v2 from php

Example:

$mm=MoodstocksManager::getInstance();

##Echo the api to asure authentication $mm->ms_echo();

##Add a new image to moodstocks $mm->ms_addimage("relative/path/to/file/myimage.jpg","image_id");

##Enable image for offline sync $mm->ms_enableoffline("myid");