arthem/google-api-bundle

The Google API Symfony Bundle

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/arthem/google-api-bundle

dev-master 2016-07-05 00:53 UTC

This package is auto-updated.

Last update: 2025-09-29 01:55:35 UTC


README

Symfony bundle for google-api

Installation

This is installable via Composer as arthem/google-api-bundle:

composer require arthem/google-api-bundle

Setup / Configuration

Enable the bundle:

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Arthem\Bundle\GoogleApiBundle\ArthemGoogleApiBundle(),
        );

        // ...
    }

    // ...
}

License

Released under the MIT License.