PHPackages                             lubos/google - 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. [Framework](/categories/framework)
4. /
5. lubos/google

AbandonedArchivedCakephp-plugin[Framework](/categories/framework)

lubos/google
============

CakePHP Google plugin

1.0.2(12y ago)241909[2 issues](https://github.com/LubosRemplik/CakePHP-Google/issues)PHPPHP &gt;=5.2.8

Since Mar 21Pushed 12y ago1 watchersCompare

[ Source](https://github.com/LubosRemplik/CakePHP-Google)[ Packagist](https://packagist.org/packages/lubos/google)[ RSS](/packages/lubos-google/feed)WikiDiscussions master Synced 3d ago

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

CakePHP Google API Plugin
=========================

[](#cakephp-google-api-plugin)

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

[](#requirements)

[CakePHP v2.x](https://github.com/cakephp/cakephp)
[Opauth](https://github.com/LubosRemplik/cakephp-opauth)

Installlation
-------------

[](#installlation)

1. Use [composer](https://getcomposer.org/doc/00-intro.md). Add following to the `composer.json` file:

    ```
    "require": {
    	"lubos/google": "~1.0"
    }

    ```

    And run `php composer.phar update`
2. Install required plugins with all dependcies and configuration (done via composer)
3. Connect google's account with your application
4. Include needed model in your controller or anywhere you want to

    ```
    $uses = array('Google.GoogleDriveFiles');
    ...
    $data = $this->GoogleDriveFiles->listItems();
    debug ($data);
    ```

    ```
    $data = ClassRegistry::init('Google.GoogleDriveFiles')->listItems();
    debug ($data);
    ```

Sample
------

[](#sample)

1. Install [CakePHP Google API Plugin sample](https://github.com/LubosRemplik/CakePHP-Google-API-Plugin-sample)

    ```
    git clone --recursive https://github.com/LubosRemplik/CakePHP-Google-API-Plugin-sample.git google-sample-app
    ```
2. Create database &amp; run bake, schema scripts

    ```
    # basic cakephp installation
    cd google-sample-app/app
    chmod -R 777 tmp
    Console/cake bake db_config

    # schema
    Console/cake schema create -p Opauth
    ```
3. Configure - set google's credentials
    Copy bootstrap.php.default to bootstrap.php and add your client\_id, client\_secret. You can get these details at

    ```
    cp Config/bootstrap.php.default Config/bootstrap.php
    vim Config/bootstrap.php
    ```

**Note** You have to configure [Opauth](https://github.com/LubosRemplik/cakephp-opauth) correctly

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~0 days

Total

3

Last Release

4438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed9f8a00a3f474c6e003435f23d0873f000ab024fc4b8989f1009a14af1eb7d7?d=identicon)[LubosRemplik](/maintainers/LubosRemplik)

---

Top Contributors

[![nedvajz](https://avatars.githubusercontent.com/u/1135477?v=4)](https://github.com/nedvajz "nedvajz (2 commits)")

### Embed Badge

![Health badge](/badges/lubos-google/health.svg)

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

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[cakephp/bake

Bake plugin for CakePHP

11211.2M158](/packages/cakephp-bake)[drupal/recommended-project

Project template for Drupal projects with a relocated document root

1502.6M1](/packages/drupal-recommended-project)[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k5](/packages/elgg-elgg)[october/rain

October Rain Library

1601.7M63](/packages/october-rain)

PHPackages © 2026

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