ahonymous/timezone-bundle
最新稳定版本:0.1.0
Composer 安装命令:
composer require ahonymous/timezone-bundle
包简介
The Symfony2 bundle to Google Timezone API
README 文档
README
The bundle of timezone name for Google Timezone API.
Instalion
Composer
php composer.phar require ahonymous/timezone-bundle
AppKernel
Include the bundle in your AppKernel
public function registerBundles()
{
$bundles = array(
...
new Ahonymous\TimezoneBundle\AhonymousTimezoneBundle(),
);
...
return $bundles;
}
Configuration
Your configuration should be something like this
ahonymous_timezone:
api_key: <GOOGLE_API_KEY>
url: "https://maps.googleapis.com"
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-28