Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msalsas/msalsasvotingbundle
Provides voting/rating management for your Symfony project.
https://github.com/msalsas/msalsasvotingbundle
php rating symfony symfony-bundle voting
Last synced: about 1 month ago
JSON representation
Provides voting/rating management for your Symfony project.
- Host: GitHub
- URL: https://github.com/msalsas/msalsasvotingbundle
- Owner: msalsas
- License: mit
- Created: 2018-07-09T18:20:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-27T17:33:07.000Z (over 6 years ago)
- Last Synced: 2024-10-10T13:03:57.530Z (about 1 month ago)
- Topics: php, rating, symfony, symfony-bundle, voting
- Language: PHP
- Size: 119 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MsalsasVotingBundle
===================The MsalsasVotingBundle adds support for a voting system in Symfony.
It has been inspired on [https://www.meneame.net](https://www.meneame.net)![Alt text](Resources/doc/screenshot-1.png?raw=true "Screenshot")
[**DEMO**](https://github.com/msalsas/voting-bundle-demo)
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[![Build Status](https://travis-ci.org/msalsas/MsalsasVotingBundle.svg?branch=master)](https://travis-ci.org/msalsas/MsalsasVotingBundle) [![Code Coverage](https://scrutinizer-ci.com/g/msalsas/MsalsasVotingBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/msalsas/MsalsasVotingBundle/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/msalsas/MsalsasVotingBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/msalsas/MsalsasVotingBundle/?branch=master) [![Latest Stable Version](https://poser.pugx.org/msalsas/voting-bundle/v/stable.svg)](https://packagist.org/packages/msalsas/voting-bundle)
Documentation
-------------The source of the documentation is stored in the `Resources/doc/` folder
in this bundle:[Read the Documentation](Resources/doc/index.rst)
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](LICENSE)
About
-----VotingBundle is a [msalsas](https://github.com/msalsas) initiative.
See also the list of [contributors](https://github.com/msalsas/MsalsasVotingBundle/contributors).Reporting an issue or a feature request
---------------------------------------Issues and feature requests are tracked in the [Github issue tracker](https://github.com/msalsas/MsalsasVotingBundle/issues).
When reporting a bug, it may be a good idea to reproduce it in a basic project
built using the [Symfony Standard Edition](https://github.com/symfony/symfony-standard)
to allow developers of the bundle to reproduce the issue by simply cloning it
and following some steps.