2017 © Pedro Peláez
 

library vm6-api-client

API client library for the Video Manager 6 REST API

image

movingimage/vm6-api-client

API client library for the Video Manager 6 REST API

  • Thursday, February 8, 2018
  • by mi24administrator
  • Repository
  • 2 Watchers
  • 0 Stars
  • 650 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Video Manager 6 PHP API Client

Build Status License Latest Unstable Version Latest Stable Version, (*1)

Installation

To install the API client, run the following command:, (*2)

$ composer require movingimage/vm6-api-client

Usage

To use the VM6 API Client, you can use the factory like this:, (*3)

<?php

use MovingImage\Client\VM6\Entity\ApiCredentials;
use MovingImage\Client\VM6\ApiClientFactory;

require_once('./vendor/autoload.php');

$baseUri     = 'https://<api uri>';
$credentials = new ApiCredentials('<api key>', '<developer key>', '<client key>');
$factory     = new ApiClientFactory();

$apiClient = $factory->createSimple($baseUri, $credentials);

echo $apiClient->getChannels(5)->getName() . PHP_EOL;

Guzzle 5 is currently not supported., (*4)

Maintainers

  • Ruben Knol - ruben.knol@movingimage.com

If you have questions, suggestions or problems, feel free to get in touch with the maintainers by e-mail., (*5)

Contributing

If you want to expand the functionality of the API clients, or fix a bug, feel free to fork and do a pull request back onto the 'master' branch. Make sure the tests pass., (*6)

The Versions

08/02 2018

v1.0.1

1.0.1.0

API client library for the Video Manager 6 REST API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

03/01 2018

dev-master

9999999-dev

API client library for the Video Manager 6 REST API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

03/01 2018

v1.0.0

1.0.0.0

API client library for the Video Manager 6 REST API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

23/02 2017

v0.2.0

0.2.0.0

API client library for the Video Manager 6 REST API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

21/02 2017

v0.1.0

0.1.0.0

API client library for the Video Manager 6 REST API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol