arthem/google-api-bundle

The Google API Symfony Bundle

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

This package is auto-updated.

Last update: 2024-04-29 03:21:21 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.