PHPackages                             syehan/gamify-plugin - 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. syehan/gamify-plugin

ActiveOctober-plugin[Utility &amp; Helpers](/categories/utility)

syehan/gamify-plugin
====================

Add gamification in OctoberCMS with reputation point and badges support

v1.1.0(3y ago)211MITPHPPHP ^7.3|^8.0

Since Feb 13Pushed 3y agoCompare

[ Source](https://github.com/syehan/gamify-plugin)[ Packagist](https://packagist.org/packages/syehan/gamify-plugin)[ Docs](https://github.com/syehan/gamify-plugin)[ RSS](/packages/syehan-gamify-plugin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

OctoberCMS Gamify 🕹 🏆
---------------------

[](#octobercms-gamify---)

Use `syehan/gamify-plugin` to add reputation point &amp; badges in your OctoberCMS.

### Installation

[](#installation)

**1** - You can install the package via composer:

```
$ composer require syehan/gamify-plugin
```

**2** - Now publish the migration for gamify tables:

```
php artisan october:migrate

```

*Note:* It will generate migration for `syehan_gamify_reputations`, `syehan_gamify_badges` and `syehan_gamify_user_badges` tables along with add reputation field migration for `users` table to store the points, you will need to run `composer require doctrine/dbal` in order to support dropping and adding columns.

If your payee (model who will be getting the points) model is `RainLab\User\Models\User` then you don't have to change anything in `config/gamify.php`.

Config Gamify
-------------

[](#config-gamify)

```
