You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.