symfony-bundle google-api-bundle
The Google API Symfony Bundle
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
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)