Skip to content

asystat/moodstocks_php_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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");

About

A simple php class for using the moodstocks API from php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages