Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (27 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.09 KB

Picovico - Official PHP SDK

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