picovico / php-sdk
Picovico3 Official PHP SDK
Installs: 262
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 3
Open Issues: 4
pkg:composer/picovico/php-sdk
Requires
- php: >=5.3.0
- ext-curl: *
README
Picovico is a online video creating platform.
Picovico 3.0
Picovico 3.0, the latest version of Picovico. Picovico 3.x provides wide range of features including video clips, multiple audio, custom logo, vertical, squre videos etc.
API Version
2.7
API Documentation
Author
Getting Started
Picovico PHP-SDK is available on Packagist via composer
{
"require": {
"picovico/php-sdk": "^3.0"
}
}
Functions Overview
authenticate- Login with app_id and app_secret (API version 2.7 or above required)text_slide- build JSON for text slideimage_slide- build JSON for image slide (URL)anonymous_api- For any anonymous calls to be made to the APIauthenticated_api- For all authenticated API calls
Quickstart Guide
Please follow this knowledgebase article for 2.7 quickstart