creatary/creatary-php-sdk
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
------------ # Overview # ------------ This is a PHP Wrapper for Creatary APIs. For more information about Creatary APIs please visit our developer community page at https://creatary.com. ---------------- # Dependencies # ---------------- OAuth - Creatary library uses OAuth-php library from http://code.google.com/p/oauth-php/. - Before using Creatary library please download the OAuth-php library and put all files under "library" to "library/oauth" directory of Creatary. E.g. cp -R [oauth-php-dir]/library [creatary-php-dir]/library/oauth.