Symfony bundle for google-api
This is installable via Composer as arthem/google-api-bundle:
composer require arthem/google-api-bundle
Enable the bundle:
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new Arthem\Bundle\GoogleApiBundle\ArthemGoogleApiBundle(),
);
// ...
}
// ...
}
Released under the MIT License.
How can I help you explore Laravel packages today?