2017 © Pedro Peláez
 

library vmpro-api-client

API client library for the VMPro public API

image

movingimage/vmpro-api-client

API client library for the VMPro public API

  • Friday, July 27, 2018
  • by mi24administrator
  • Repository
  • 10 Watchers
  • 0 Stars
  • 5,115 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 9 Forks
  • 2 Open issues
  • 39 Versions
  • 12 % Grown

The README.md

VMPro PHP API Client

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

Installation

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

composer require movingimage/vmpro-api-client

Usage

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

<?php

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

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

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

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

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

Maintainers

  • Movingimage - developer@movingimage.com

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

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 by running ./vendor/bin/phpunit., (*5)

The Versions

26/07 2018

dev-Add-support-for-query-string-array

dev-Add-support-for-query-string-array

API client library for the VMPro public API

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Ruben Knol

26/07 2018

dev-Add-support-for-query-string-arrays

dev-Add-support-for-query-string-arrays

API client library for the VMPro public API

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Ruben Knol

06/03 2017

0.5.0

0.5.0.0

API client library for the VMPro public API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

01/03 2017

0.4.0

0.4.0.0

API client library for the VMPro public API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

17/02 2017

0.3.0

0.3.0.0

API client library for the VMPro public API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

01/02 2017

0.2.0

0.2.0.0

API client library for the VMPro public API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol

23/11 2016

0.1.0

0.1.0.0

API client library for the VMPro public API

  Sources   Download

BSD 3-Clause License

The Requires

 

The Development Requires

by Ruben Knol