msalsas / voting-bundle
Symfony bundle for voting/rating
Installs: 159
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 4
Forks: 2
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^7.1
- doctrine/doctrine-bundle: ^1.6.10
- doctrine/orm: ^2.5.11
- symfony/framework-bundle: ^4.0
- symfony/security-bundle: ^4.0
- symfony/translation: ^4.0
- symfony/twig-bundle: ^4.0
- symfony/yaml: ^4.0
Requires (Dev)
- dama/doctrine-test-bundle: ^5.0
- symfony/phpunit-bridge: ^4.0
Conflicts
- symfony/symfony: <4.0
README
The MsalsasVotingBundle adds support for a voting system in Symfony. It has been inspired on https://www.meneame.net
Features include:
- XMLHttpRequest calls for voting
- User and anonymous votes
- Positive and negative votes
- Clicks or views
- Built in CSS
- Publish posts
- Modal for errors
Documentation
The source of the documentation is stored in the Resources/doc/
folder
in this bundle:
Installation
All the installation instructions are located in the documentation.
License
This bundle is under the MIT license. See the complete license in the bundle
About
VotingBundle is a msalsas initiative. See also the list of contributors.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.