PHPackages                             dvlpm/google-api-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. dvlpm/google-api-bundle

ActiveSymfony-bundle

dvlpm/google-api-bundle
=======================

Google API Client Symfony Bundle

0.2.0(3y ago)028PHP

Since Aug 13Pushed 3y agoCompare

[ Source](https://github.com/dvlpm/google-api-bundle)[ Packagist](https://packagist.org/packages/dvlpm/google-api-bundle)[ RSS](/packages/dvlpm-google-api-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Google API Client Symfony BUndle
================================

[](#google-api-client-symfony-bundle)

This project provides a simple symfony bundle to provide a configurable [Google API Client](https://github.com/googleapis/google-api-php-client) as symfony service.

Usage
-----

[](#usage)

### Installation

[](#installation)

Include this project in your Composer installation.

```
composer require double-star-systems/google-api-bundle
```

### Configuration

[](#configuration)

The module will work without singificant configuration. At minimum, you must atleast create the google api `credentials.json`. This can either be placed in the default location of `config/google_api_bundle/credentials.json` or in a custom location, which will need to be configured in the application.

The following custom configuration can be added to your application.

```
# config/packages/google_api.yaml

google_api:
    scopes:
        - https://www.googleapis.com/auth/drive
    credentials_file: `path/to/your/credentials.json`
    token_file: `path/to/your/tokens.json`
    application_name: 'Your Awesome App Name!'
```

### Using the Service

[](#using-the-service)

To use the serivce in your app, you can simply use the standard google api class within your project, and have a fully configured base api client isntance.

```
use Google\Client;

class ExampleController extends AbstractController
{
    #[Route('/example, 'example')]
    public function example(Client $client)
    {
        // use the $client instance as normal.
    }
}
```

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

[](#requirements)

This project is cofigured to be compatible with Symfony 4+ and the Google PHP API Client library 2.0.

Support
-------

[](#support)

This project is developed by [Double Star Systems](//doublestarsystems.com/). For questions about project support or to report bugs, please [open an issue on GitHub](https://github.com/Double-Star-Systems/google-api-bundle/issues)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1374d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a17bdfc81ed6e857648617e643fae27e9b5afa35d8fde16b924bc04c0c10ed6e?d=identicon)[anton.ehunov](/maintainers/anton.ehunov)

---

Top Contributors

[![kanojiyadhaval](https://avatars.githubusercontent.com/u/18523845?v=4)](https://github.com/kanojiyadhaval "kanojiyadhaval (4 commits)")[![ehunov](https://avatars.githubusercontent.com/u/9989115?v=4)](https://github.com/ehunov "ehunov (3 commits)")[![richgerdes](https://avatars.githubusercontent.com/u/1626100?v=4)](https://github.com/richgerdes "richgerdes (2 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dvlpm-google-api-bundle/health.svg)

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

###  Alternatives

[chameleon-system/chameleon-base

The Chameleon System core.

1026.5k3](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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