jm / ab-bundle
Simple way to manage multi-versions of templates (for AB Testing)
Installs: 4 400
Dependents: 0
Suggesters: 0
Security: 0
Stars: 24
Watchers: 6
Forks: 5
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/dependency-injection: >=2.0
- symfony/http-foundation: *
- twig/twig: >=1.7
This package is not auto-updated.
Last update: 2024-11-17 03:26:31 UTC
README
The symfony2 ABBundle provide an easy way to manage application templates which can be used for AB Testing (or not).
Features include:
- Manage Template
- Load Template from DB using Twig Loader
- Use a custom variation parameter to switch between the 2 versions (A/B) of one template
Documentation
The bulk of the documentation is stored in the Resources/doc/index.md
file in this bundle:
Read the Documentation for master
Installation
All the installation instructions are located in documentation.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.