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

This package is not auto-updated.

Last update: 2022-09-03 06:06:26 UTC


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

picovico.readthedocs.org

Author

picovico.com

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 slide
  • image_slide - build JSON for image slide (URL)
  • anonymous_api - For any anonymous calls to be made to the API
  • authenticated_api - For all authenticated API calls

Quickstart Guide

Please follow this knowledgebase article for 2.7 quickstart