kabuto / visitor-tracking-bundle
visitor tracking bundle
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 7
Type:symfony-bundle
Requires
- php: >=5.6
- doctrine/doctrine-bundle: ~1.6
- doctrine/orm: ~2.1
- stof/doctrine-extensions-bundle: *
- symfony/framework-bundle: ~2.8|~3.0
Requires (Dev)
- phpunit/phpunit: ^5.6
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')