arthem / google-api-bundle
The Google API Symfony Bundle
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-10-29 04:25: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.