kabuto/visitor-tracking-bundle
Composer 安装命令:
composer require kabuto/visitor-tracking-bundle
包简介
visitor tracking bundle
关键字:
README 文档
README
A Symfony2 bundle to track the requests.
Upgrading from 0.x to 1.x
The main difference is the move to multiple A/B testing seeds connected to a lifetime. You will probably want to run some kind of migration like:
INSERT INTO seed SELECT NULL, id, 'default', seed FROM lifetime
ALTER TABLE lifetime DROP seed
You can then get the old seed by doing $lifetime->getSeed('default')
统计信息
- 总下载量: 44
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-02-01