2017 © Pedro Peláez
 

library gdrive

GDrive library.

image

marxvn/gdrive

GDrive library.

  • Tuesday, November 1, 2016
  • by marxvn
  • Repository
  • 11 Watchers
  • 18 Stars
  • 305 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 17 Forks
  • 4 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

gdrive

Installation

To install, simply:, (*1)

$ composer require marxvn/gdrive

Quick Start and Examples

More examples are available under /examples., (*2)

require __DIR__ . '/vendor/autoload.php';
use \Marxvn\gdrive;
$gdrive = new gdrive;
$gdrive->getLink('LINK_GOOGLE_DRIVE');
$json_videojs_source = $gdrive->getSources();
$json_jwplayer_souce = $gdrive->getSources('jwplayer');

Available Methods

gdrive::sources
gdrive::setItag(array $itag)
gdrive::setVidcode(array $vidcode)
gdrive::setTitle($title)
gdrive::getLink($gurl)
gdrive::getSources($type = 'videojs')

The Versions

01/11 2016

dev-master

9999999-dev

GDrive library.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3

 

29/10 2016

1.0

1.0.0.0

GDrive library.

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.3