arthem/google-api-bundle

Google API Symfony 扩展包

安装: 15

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

dev-master 2016-07-05 00:53 UTC

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 许可证 下发布。