arthem / google-api-bundle
Google API Symfony 扩展包
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: 2024-08-29 04:01:01 UTC
README
Symfony 扩展包,用于 google-api
安装
此扩展包可通过 Composer 安装,名称为 arthem/google-api-bundle
composer require arthem/google-api-bundle
设置/配置
启用扩展包
<?php // app/AppKernel.php // ... class AppKernel extends Kernel { public function registerBundles() { $bundles = array( // ... new Arthem\Bundle\GoogleApiBundle\ArthemGoogleApiBundle(), ); // ... } // ... }
许可证
在 MIT 许可证 下发布。