2017 © Pedro Peláez
 

library flysystem-google-drive

image

ignited/flysystem-google-drive

  • Wednesday, August 12, 2015
  • by alexw23
  • Repository
  • 13 Watchers
  • 14 Stars
  • 260 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 3 Forks
  • 3 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

flysystem-google-drive

Google Drive Adaptor for Flysystem

WORK IN PROGRESS not for production, (*1)

My Testing Scripts

$client = new \Google_Client();
$client->setClientId('xxxx');
$client->setClientSecret('xxxx');
$client->setAccessToken('{
  "access_token":"xxxx",
  "expires_in":3920,
  "token_type":"Bearer",
  "created":'.time().'
}');

$service = new \Google_Service_Drive($client);
$adapter = new \Ignited\Flysystem\GoogleDrive\GoogleDriveAdapter($service);

$filesystem = new Filesystem($adapter);

The Versions

12/08 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Alex Whiteside