hotdesign / sfvoterbundle
Add simple ratings and votes system to entities
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/framework-bundle: >=2.1,<2.3-dev
- symfony/twig-bundle: >=2.1,<2.3-dev
This package is not auto-updated.
Last update: 2024-12-07 14:41:03 UTC
README
DO NOT INSTALL YET, WE ARE DEVELOPING IT
This symfony2 bundle aims to give the possibility to make entities votable, this will some bundle in some day
Install with composer
-
Requires:
"hotdesign/sfvoterbundle": "dev-master"
-
Load it in your app/appKernel.php
new HotDesign\sfVoterBundle\sfVoterBundle(),