2017 © Pedro Peláez
 

library videocloudy

This library is Manipulate the VideoCloud API for PHP.

image

mikuni-labo/videocloudy

This library is Manipulate the VideoCloud API for PHP.

  • Friday, June 2, 2017
  • by mikuni-labo
  • Repository
  • 0 Watchers
  • 1 Stars
  • 281 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

VideoCloudy

Latest Stable Version Latest Unstable Version License composer.lock, (*1)

This library is Manipulate the VideoCloud API for PHP., (*2)

Installation

With Composer

$ composer require mikuni-labo/videocloudy
{
    "require": {
        "mikuni-labo/videocloudy": "^1.0.0"
    }
}

Example

<?php
require 'vendor/autoload.php';

use MikuniLabo\VideoCloudy\VideoCloudy;

$vc = new VideoCloudy;

$vc->setAccountId( '0000000000000' );                 // Account ID
$vc->setClientId( 'xxxxxxxx-yyyy-zzzz-aaaa-bbbbbbb' );// Client ID
$vc->setClientSecret( 'xxxxxxxxxxxxxxxxxxxxxxxxx' );  // Client Secret
$vc->setVideoProfile( 'your-profile' );               // Video Profile
$vc->setCallbackUrl( 'http://your-callback-url/' );   // Callback URL

$vc->authenticate();

print_r( $vc->getVideos() );

The Versions

02/06 2017

dev-master

9999999-dev https://github.com/mikuni-labo/videocloudy

This library is Manipulate the VideoCloud API for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php brightcove videocloud

02/06 2017

v1.0.3

1.0.3.0 https://github.com/mikuni-labo/videocloudy

This library is Manipulate the VideoCloud API for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php brightcove videocloud

10/05 2017

v1.0.2

1.0.2.0 https://github.com/mikuni-labo/videocloudy

This library is Manipulate the VideoCloud API for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php brightcove videocloud

07/05 2017

v1.0.1

1.0.1.0 https://github.com/mikuni-labo/videocloudy

This library is Manipulate the VideoCloud API for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php brightcove videocloud

04/05 2017

v1.0.0

1.0.0.0 https://github.com/mikuni-labo/videocloudy

This library is Manipulate the VideoCloud API for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

api php brightcove videocloud