PHPackages                             kemcake-wanted33/cakephp-gamification - 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. kemcake-wanted33/cakephp-gamification

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

kemcake-wanted33/cakephp-gamification
=====================================

CakePHP plugin to easily add gamification

301PHP

Since May 15Pushed 11y ago2 watchersCompare

[ Source](https://github.com/KemCake/cakephp-gamification)[ Packagist](https://packagist.org/packages/kemcake-wanted33/cakephp-gamification)[ RSS](/packages/kemcake-wanted33-cakephp-gamification/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Gamification
============

[](#gamification)

CakePHP plugin to easily add gamification

Requirements
------------

[](#requirements)

- PHP5
- CakePHP &gt;= 2.2.5
- Minimum PHP skills

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

[](#installation)

this repository should be installed in the same way as any other plugin.

```
cd somefolder/app/Plugin
git clone git://github.com/kemcake/cakephp-gamification.git Gamification

```

You need to enable the plugin in your `app/Config/bootstrap.php` file:

`CakePlugin::load('Gamification');`

If you are already using `CakePlugin::loadAll();`, then this is not necessary.

You can also find the plugin on Packagist :

Database
========

[](#database)

We're working on it but for now, you need to create the plugins table on your own.

Follow this model

You can files in `Gamification/Migrations` if you use Migrations plugin

Use it
------

[](#use-it)

Simply add this to each model you want to be `gamificable`.

Currently support `Add` / `Edit` / `Delete` action

```
// app/Model/SampleModel.php
  class SampleModel extends AppModel {

	public $actsAs = array(
	    'Gamification.Gamificable' => array(
            'rules' => array(
            	array(
            		'action' => 'Add',
            		'points' => 20,
            		'occurence' => 1
            	),
            	array(
            		'action' => 'Edit',
            		'points' => 10,
            		'occurence' => 1
            	),
            	array(
            		'action' => 'Delete',
            		'points' => 5,
            		'occurence' => 1
            	)
            )
	    )
    );

    // Whatever your class do
  }

```

Author
------

[](#author)

Rémi Santos ([KemCake](http://twitter.com/KemCake))

Quentin Rubini ([Wanted33](http://twitter.com/Wanted33))

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d10178efe6600608eac4b31043e1934246968350dcabfe2a231ce4116c5e910?d=identicon)[Wanted33](/maintainers/Wanted33)

---

Top Contributors

[![remstos](https://avatars.githubusercontent.com/u/4311124?v=4)](https://github.com/remstos "remstos (6 commits)")[![Wanted33](https://avatars.githubusercontent.com/u/6050292?v=4)](https://github.com/Wanted33 "Wanted33 (4 commits)")

### Embed Badge

![Health badge](/badges/kemcake-wanted33-cakephp-gamification/health.svg)

```
[![Health](https://phpackages.com/badges/kemcake-wanted33-cakephp-gamification/health.svg)](https://phpackages.com/packages/kemcake-wanted33-cakephp-gamification)
```

###  Alternatives

[ozdemir/datatables

Simplify your Datatables server-side processing effortlessly using our lightning-fast PHP library, streamlining your workflow seamlessly.

273158.4k](/packages/ozdemir-datatables)[that0n3guy/transliteration

Transliteration provides one-way string transliteration (romanization) and cleans text by replacing unwanted characters.

1296.5k4](/packages/that0n3guy-transliteration)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
