PHPackages                             damianociarla/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. damianociarla/rating-bundle

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

damianociarla/rating-bundle
===========================

This Bundle provides functionality for a rating system for Symfony applications

2.0(6y ago)236.1k19[4 issues](https://github.com/damianociarla/DCSRatingBundle/issues)[1 PRs](https://github.com/damianociarla/DCSRatingBundle/pulls)MITPHPPHP ^7.1

Since Jan 15Pushed 6y ago4 watchersCompare

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

READMEChangelog (6)Dependencies (7)Versions (7)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:

```
