arthem / google-api-bundle
The Google API Symfony Bundle
Package info
github.com/4rthem/google-api-bundle
Type:symfony-bundle
pkg:composer/arthem/google-api-bundle
dev-master
2016-07-05 00:53 UTC
Requires
- php: >=5.4
- arthem/google-api: *@dev
- league/tactician-bundle: >=0.4.1
Requires (Dev)
- phpunit/phpunit: ~4.8
This package is auto-updated.
Last update: 2026-03-01 00:22:11 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.