bait / poll-bundle
Poll Bundle adds support for various forms of polls for Symfony2 applications
Installs: 133
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 5
Open Issues: 27
Type:symfony-bundle
Requires
- php: >=5.3.2
- symfony/symfony: 2.*
Suggests
- doctrine/orm: 2.2.*
- friendsofsymfony/user-bundle: *
This package is not auto-updated.
Last update: 2025-03-23 05:32:00 UTC
README
This bundle is not production ready. It still needs a lot of love. We appreciate if you try it out and submit issue if you find some bug or if there is something you'd like to see in it.
This bundle provides support for various types of polls for Symfony2.
Features
- creation of simple polls
- Doctrine 2 ORM support
- validation of poll forms
- submitting data anonymously
Todo
- integration with FOSUserBundle
- Doctrine 2 ODM support
- command line utility for easy creation of polls
- events
- nested poll fields
Install instructions and documentation
You can find both in Resources/doc/index.md
(github)