PHPackages                             soramugi/google-drive-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. soramugi/google-drive-client-php

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

soramugi/google-drive-client-php
================================

0.1.2(11y ago)319.8k9[3 issues](https://github.com/soramugi/google-drive-client-php/issues)ApachePHPCI passing

Since Jul 24Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/soramugi/google-drive-client-php)[ Packagist](https://packagist.org/packages/soramugi/google-drive-client-php)[ RSS](/packages/soramugi-google-drive-client-php/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (6)Used By (0)

Google Drive Client PHP
=======================

[](#google-drive-client-php)

[![Build Status](https://camo.githubusercontent.com/dc2d49fb37ce57a3d329fdebaa4c9f584f6131432f6ddca15467d010dc0cef28/68747470733a2f2f7472617669732d63692e6f72672f736f72616d7567692f676f6f676c652d64726976652d636c69656e742d7068702e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/soramugi/google-drive-client-php)

The php library to Google Drive API operate. The wrapper which uses the library based on the following library.

 based on

Installation
------------

[](#installation)

### Using Composer

[](#using-composer)

composer.json

```
{
    "require": {
        "soramugi/google-drive-client-php": "*"
    }
}
```

```
curl -s http://getcomposer.org/installer | php
php composer.phar install

```

Usage
-----

[](#usage)

#### Attestation

[](#attestation)

```
