PHPackages                             tadcka/object-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tadcka/object-rating-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

tadcka/object-rating-bundle
===========================

Object rating on Symfony2

v1.0.0(12y ago)020MITPHPPHP &gt;=5.3.2

Since Nov 23Pushed 12y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

ObjectRatingBundle
==================

[](#objectratingbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/3812ca8f770a12e0850de5eb565322e5ecfbf39cd337aa76da868c43119f7c79/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f62316664633730362d326464362d346362302d613435392d3963303261373838386530332f6269672e706e67)](https://insight.sensiolabs.com/projects/b1fdc706-2dd6-4cb0-a459-9c02a7888e03)

Installation
------------

[](#installation)

### Step 1: Download TadckaAddressBundle using composer

[](#step-1-download-tadckaaddressbundle-using-composer)

Add TadckaAddressBundle in your composer.json:

```
{
    "require": {
        "tadcka/object-rating-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/object-rating-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
