2017 © Pedro Peláez
 

symfony-bundle google-api-bundle

The Google API Symfony Bundle

image

arthem/google-api-bundle

The Google API Symfony Bundle

  • Tuesday, July 5, 2016
  • by arthem
  • Repository
  • 0 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Google API Bundle

Symfony bundle for google-api, (*1)

Installation

This is installable via Composer as arthem/google-api-bundle:, (*2)

composer require arthem/google-api-bundle

Setup / Configuration

Enable the bundle:, (*3)

<?php
// app/AppKernel.php

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

        // ...
    }

    // ...
}

License

Released under the MIT License., (*4)

The Versions

05/07 2016

dev-master

9999999-dev https://github.com/4rthem/google-api-bundle

The Google API Symfony Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

by Arthur de Moulins

api google