PHPackages                             pianosolo/counter-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. pianosolo/counter-bundle

ActiveSymfony-bundle

pianosolo/counter-bundle
========================

Counter Bundle of Symfony

v1.1(9y ago)127MITPHPPHP &gt;=5.4.0

Since Jun 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/ahmetakbn/PianoSoloCounterBundle)[ Packagist](https://packagist.org/packages/pianosolo/counter-bundle)[ RSS](/packages/pianosolo-counter-bundle/feed)WikiDiscussions master Synced 2mo ago

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

PianoSolo Counter Bundle
------------------------

[](#pianosolo-counter-bundle)

Symfony bundle helps to easily add a counter to entities. Using `CounterTrait` in entities will create a Counter entity relation automatically. Then you can easily add clicks to the counter. You can also add fake counts to your entites by keeping the real count.

[![Latest Stable Version](https://camo.githubusercontent.com/ed543cf8ff244272e57b881868a235c843d52dc1b2e9ea2a27ce8a541c478940/68747470733a2f2f706f7365722e707567782e6f72672f7069616e6f736f6c6f2f636f756e7465722d62756e646c652f762f737461626c65)](https://packagist.org/packages/pianosolo/counter-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/ca80b18bd89b3c51bd8559e15936b24e2f8b45802c6a49ddde9f6420df216ad2/68747470733a2f2f706f7365722e707567782e6f72672f7069616e6f736f6c6f2f636f756e7465722d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/pianosolo/counter-bundle)[![License](https://camo.githubusercontent.com/029ec88aa7de8f9c8f51af9190345483d3beff5d30f4a7af26fcee6becc675c4/68747470733a2f2f706f7365722e707567782e6f72672f7069616e6f736f6c6f2f636f756e7465722d62756e646c652f6c6963656e7365)](https://packagist.org/packages/pianosolo/counter-bundle)

### Installation

[](#installation)

1-) Tell composer to download by running the command:

```
composer require pianosolo/counter-bundle
```

2-) Add the bundle to AppKernel

```
