symfonycontrib/voting-bundle

Symfony2 Voting Bundle

dev-master / 1.0.x-dev 2013-12-03 21:29 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:39:52 UTC


README

A port of the awesome VotingApi Drupal module. https://drupal.org/project/votingapi

Vote Value Types

Percent - Votes in a specific range. Values are stored in a 1-100 range, but can be represented as any scale when shown to the user.

Points - Votes that contribute points/tokens/karma towards a total. May be positive or negative.

Methods

Count - The number of votes cast for a given piece of content.

Average - The average vote cast on a given piece of content.

Sum - The total of all votes for a given piece of content.