clastic/google-analytics-bundle
Composer 安装命令:
composer require clastic/google-analytics-bundle
包简介
Clastic Google Analytics bundle
README 文档
README
Google Analytics Module for Clastic.
About
This bundle provides a quick view at your google analytics from the dashboard.
Installation
Installation is a quick:
- Download using composer
- Enable the Bundle
- Set configuration
Step 1: Download using composer
Add NewsBundle by running the command:
$ composer require clastic/google-analytics-bundle "dev-master"
Step 2: Enable the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Clastic\GoogleAnalyticsBundle\ClasticGoogleAnalyticsBundle(), ); }
Step 3: Set configuration
Config:
# app/config/config.yml clastic_google_analytics: client_id: [clientId] profile_id: [profileId]
Contributing
All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the Coding Standards which we borrowed from Symfony. Make sure to check out php-cs-fixer as this will help you a lot.
If you would like to help, take a look at the list of issues.
Author and contributors
Dries De Peuter - dries@nousefreak.be - http://nousefreak.be
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT license.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-17