PHPackages                             genj/google-drive-bundle - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. genj/google-drive-bundle

AbandonedArchivedSymfony-bundle[File &amp; Storage](/categories/file-storage)

genj/google-drive-bundle
========================

Genj Google Drive bundle

2451PHP

Since Jun 8Pushed 10y ago3 watchersCompare

[ Source](https://github.com/genj/GenjGoogleDriveBundle)[ Packagist](https://packagist.org/packages/genj/google-drive-bundle)[ RSS](/packages/genj-google-drive-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GenjGoogleDriveBundle
=====================

[](#genjgoogledrivebundle)

Features:

- provides command to sync files from a Google Drive folder with a local folder
- provides action to view the synced files as a slideshow

Requirements
------------

[](#requirements)

- Symfony 2.5
- GooglApiClient -

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

[](#installation)

Add this to your composer.json:

```
    ...
    "require": {
        ...
        "genj/google-drive-bundle": "dev-master"
        ...

```

Then run `composer update`. After that is done, enable the bundle in your AppKernel.php:

```
# app/AppKernel.php
class AppKernel extends Kernel
{
    public function registerBundles() {
        $bundles = array(
            ...
            new Genj\GoogleDriveBundle\GenjGoogleDriveBundle()
            ...

```

Copy the routing rules from `Resources/config/routing.yml` to your routing.yml.

Configuration
-------------

[](#configuration)

You need to get the following information from the Google API Console (  ):

- Service account API key file (this file is expected to be in the `app/config/` folder)
- Service account e-mail address

Add these to your parameters.yml:

```
genj_google_drive.service_account_key_file:
genj_google_drive.service_account_email:

```

Usage
-----

[](#usage)

Run the sync:

```
$ php app/console genj:google-drive:sync

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d57ed47401a1ad476effd86580ad6a595cc480778030c7bce19d7536879104a?d=identicon)[genj](/maintainers/genj)

---

Top Contributors

[![choonge](https://avatars.githubusercontent.com/u/334814?v=4)](https://github.com/choonge "choonge (1 commits)")

### Embed Badge

![Health badge](/badges/genj-google-drive-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/genj-google-drive-bundle/health.svg)](https://phpackages.com/packages/genj-google-drive-bundle)
```

###  Alternatives

[knplabs/gaufrette

PHP library that provides a filesystem abstraction layer

2.5k39.8M123](/packages/knplabs-gaufrette)[google/cloud-storage

Cloud Storage Client for PHP

34390.8M125](/packages/google-cloud-storage)[illuminate/filesystem

The Illuminate Filesystem package.

15261.6M2.6k](/packages/illuminate-filesystem)[superbalist/flysystem-google-storage

Flysystem adapter for Google Cloud Storage

26320.6M30](/packages/superbalist-flysystem-google-storage)[creocoder/yii2-flysystem

The flysystem extension for the Yii framework

2931.7M62](/packages/creocoder-yii2-flysystem)[flowjs/flow-php-server

PHP library for handling chunk uploads. Works with flow.js html5 file uploads.

2451.6M15](/packages/flowjs-flow-php-server)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
