picovico / php-sdk
This package is abandoned and no longer maintained.
No replacement package was suggested.
Picovico3 Official PHP SDK
v3.0.2
2017-08-02 18:49 UTC
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