2017 © Pedro Peláez
 

library api

Brightcove PHP API Wrapper

image

brightcove/api

Brightcove PHP API Wrapper

  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 26 Forks
  • 8 Open issues
  • 12 Versions
  • 13 % Grown

The README.md

PHP Wrapper for the Brightcove API

Installation notes

This library requires PHP 7.1 or newer with a CURL extension. You have to run composer install before using the library., (*1)

# apt-get install php5 php5-curl curl

PHP-API-Wrapper$ curl -sS https://getcomposer.org/installer | php

PHP-API-Wrapper$ php composer.phar install

Testing notes

Running the tests requires a config.json file. There's a sample file included in the repository., (*2)

A reverse SSH tunnel is needed for the DI API test. When you set it up, make sure that the port is open on the remote server too., (*3)

Example script:, (*4)

#!/bin/sh

ssh -nNT -R 8888::8888 example.com &>ssh_tunnel_logfile.txt &
PID=$!

cleanup () {
    kill ${PID}
    cat ssh_tunnel_logfile.txt
    rm ssh_tunnel_logfile.txt
}

handle_error () {
    cleanup
    exit 1
}

./vendor/bin/phpunit

cleanup

The Versions

05/07 2018

dev-master

9999999-dev

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

19/01 2018

1.1.0

1.1.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

20/03 2017

1.0

1.0.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

08/03 2017

0.9

0.9.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

08/07 2016

0.8

0.8.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

28/06 2016

0.7

0.7.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

25/03 2016

0.6

0.6.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

21/03 2016

0.5

0.5.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

03/09 2015

0.4

0.4.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

09/06 2015

0.3

0.3.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

04/06 2015

0.2

0.2.0.0

Brightcove PHP API Wrapper

  Sources   Download

MIT

The Requires

  • php >=5.5.0

 

The Development Requires

api brightcove

14/05 2015

0.1

0.1.0.0

  Sources   Download

The Development Requires