clastic / google-analytics-bundle
Clastic Google Analytics 套件
dev-master
2015-04-18 23:47 UTC
Requires
- php: >=5.3.3
- clastic/backoffice-bundle: *
This package is auto-updated.
Last update: 2024-08-29 03:55:53 UTC
README
为 Clastic 的 Google Analytics 模块。
关于
此套件可以从仪表板快速查看您的 Google Analytics。
安装
安装快速简单
- 使用 composer 下载
- 启用套件
- 设置配置
步骤 1:使用 composer 下载
运行命令添加 NewsBundle
$ composer require clastic/google-analytics-bundle "dev-master"
步骤 2:启用套件
在内核中启用套件
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Clastic\GoogleAnalyticsBundle\ClasticGoogleAnalyticsBundle(), ); }
步骤 3:设置配置
配置
# app/config/config.yml clastic_google_analytics: client_id: [clientId] profile_id: [profileId]
贡献
所有代码贡献 - 包括具有提交访问权限的人的贡献 - 必须通过拉取请求,并在合并前由核心开发者批准。这是为了确保对所有代码的正确审查。
将项目分叉,创建一个功能分支,并发送拉取请求给我们。
为了确保代码库的一致性,您应该确保代码遵循我们从 Symfony 借用的 编码标准。请务必查看 php-cs-fixer,这将对您非常有帮助。
如果您想帮忙,请查看 问题列表。
作者和贡献者
Dries De Peuter - dries@nousefreak.be - http://nousefreak.be
请参阅参与此项目的 贡献者列表。
许可证
本项目采用 MIT 许可证。