PHPackages                             onexhovia/rating-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. onexhovia/rating-bundle

ActiveLibrary[Templating &amp; Views](/categories/templating)

onexhovia/rating-bundle
=======================

This Bundle provides functionality for a rating system for Symfony2 applications

1.4.1(7y ago)0393MITPHPPHP &gt;=5.3.2

Since Jan 15Pushed 7y ago1 watchersCompare

[ Source](https://github.com/onEXHovia/DCSRatingBundle)[ Packagist](https://packagist.org/packages/onexhovia/rating-bundle)[ Docs](https://github.com/damianociarla/DCSRatingBundle)[ RSS](/packages/onexhovia-rating-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (1)Versions (9)Used By (0)

DCSRatingBundle
===============

[](#dcsratingbundle)

The DCSRatingBundle adds support for a rating system in Symfony2. Features include:

- You can add your vote to any page with a single line of code.
- You can integrate it with any user management system (eg FOSUserBundle)
- You can set different roles for access to the vote
- The bundle using one stylesheet file without javascript file

1) Installation
---------------

[](#1-installation)

### A) Download and install DCSRatingBundle

[](#a-download-and-install-dcsratingbundle)

To install DCSRatingBundle run the following command

```
bash $ php composer.phar require damianociarla/rating-bundle

```

### B) Enable the bundle

[](#b-enable-the-bundle)

Enable the required bundles in the kernel:

```
