PHPackages                             k1low/property-enum - 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. k1low/property-enum

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

k1low/property-enum
===================

Property based enum plugin for CakePHP 3

v1.4.0(7y ago)422.7k4[2 issues](https://github.com/k1LoW/property-enum/issues)MITPHPPHP &gt;=5.4.16CI failing

Since Apr 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/k1LoW/property-enum)[ Packagist](https://packagist.org/packages/k1low/property-enum)[ Docs](https://github.com/k1low/property-enum)[ RSS](/packages/k1low-property-enum/feed)WikiDiscussions master Synced 2mo ago

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

Property based enum plugin for CakePHP 3 [![Travis](https://camo.githubusercontent.com/2a583fce6dd5d09af22f481dbcc9df61068309b38b7872b47897f13f6b9b9881/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6b314c6f572f70726f70657274792d656e756d2e737667)](https://travis-ci.org/k1LoW/property-enum)
===============================================================================================================================================================================================================================================================================================================

[](#property-based-enum-plugin-for-cakephp-3-)

This plugin is PropertyStrategy of [CakeDC/Enum](https://github.com/CakeDC/Enum)

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

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require k1low/property-enum

```

Property Example
----------------

[](#property-example)

```
class ArticlesTable extends Table
{
    public $enums = [
        'status' => [
            'public' = 'Published';
            'draft' = 'Drafted';
            'archive' = 'Archived';
        ],
    ];

    public function initialize(array $config)
    {
        $this->addBehavior('PropertyEnum.Enum', ['lists' => [
            'status' => [
                'strategy' => 'property',
            ]
        ]]);
    }
}
```

for CakePHP 2
-------------

[](#for-cakephp-2)

see

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 90.5% 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.

###  Release Activity

Cadence

Every ~272 days

Total

5

Last Release

2607d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e122a99dc7f41f91d17a191048ef65529fde0b76ebdecc66bea529363b65429b?d=identicon)[k1LoW](/maintainers/k1LoW)

---

Top Contributors

[![k1LoW](https://avatars.githubusercontent.com/u/57114?v=4)](https://github.com/k1LoW "k1LoW (19 commits)")[![slywalker](https://avatars.githubusercontent.com/u/54266?v=4)](https://github.com/slywalker "slywalker (2 commits)")

---

Tags

enumcakephp

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/k1low-property-enum/health.svg)

```
[![Health](https://phpackages.com/badges/k1low-property-enum/health.svg)](https://phpackages.com/packages/k1low-property-enum)
```

###  Alternatives

[dereuromark/cakephp-tools

A CakePHP plugin containing lots of useful and reusable tools

338920.1k32](/packages/dereuromark-cakephp-tools)[markstory/asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.

3761.0M11](/packages/markstory-asset-compress)[cakedc/enum

Enumeration list Plugin for CakePHP 5

30222.5k2](/packages/cakedc-enum)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

401.0M11](/packages/dereuromark-cakephp-shim)[cakedc/tiny-mce

TinyMCE Plugin for CakePHP

10790.2k](/packages/cakedc-tiny-mce)[dereuromark/cakephp-dto

A CakePHP plugin for generating immutable Data Transfer Objects with full type safety

2988.9k3](/packages/dereuromark-cakephp-dto)

PHPackages © 2026

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