PHPackages                             simkimsia/utility\_behaviors - 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. simkimsia/utility\_behaviors

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

simkimsia/utility\_behaviors
============================

Useful behaviors for CakePHP 2.x

0.1(12y ago)1622117[1 PRs](https://github.com/simkimsia/UtilityBehaviors/pulls)MITPHP

Since Nov 7Pushed 12y ago1 watchersCompare

[ Source](https://github.com/simkimsia/UtilityBehaviors)[ Packagist](https://packagist.org/packages/simkimsia/utility_behaviors)[ Docs](http://github.com/simkimsia/UtilityBehaviors)[ RSS](/packages/simkimsia-utility-behaviors/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

[![Build Status](https://camo.githubusercontent.com/6999d3826802aeb43f96562ea528fc6f93a16d2f73ff60492e33dbdb060a771a/68747470733a2f2f7472617669732d63692e6f72672f73696d6b696d7369612f5574696c6974794265686176696f72732e706e67)](https://travis-ci.org/simkimsia/UtilityBehaviors)[![Coverage Status](https://camo.githubusercontent.com/e6fbfecc90284b8814fa0b77c79f7c70a6a9466c0429d513c534fc004fb0feaa/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f73696d6b696d7369612f5574696c6974794265686176696f72732f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/simkimsia/UtilityBehaviors?branch=master)[![Total Downloads](https://camo.githubusercontent.com/830d341ec94741659df807d1c30d9f2256e865009aeeda8eb63a53cd477a71f5/68747470733a2f2f706f7365722e707567782e6f72672f73696d6b696d7369612f7574696c6974795f6265686176696f72732f642f746f74616c2e706e67)](https://packagist.org/packages/simkimsia/utility_behaviors)[![Latest Stable Version](https://camo.githubusercontent.com/81f9122a52f22bc5070d6aa1bb76f5a20ebf97b77b34240cb4f11f253dad7621/68747470733a2f2f706f7365722e707567782e6f72672f73696d6b696d7369612f7574696c6974795f6265686176696f72732f762f737461626c652e706e67)](https://packagist.org/packages/simkimsia/utility_behaviors)

UtilityBehaviors
================

[](#utilitybehaviors)

Background
----------

[](#background)

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

[](#requirements)

- CakePHP 2.x
- PHP 5.4

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

[](#installation)

*\[Using [Composer](http://getcomposer.org/)\]*

Add the plugin to your project's `composer.json` - something like this:

```
  {
    "require": {
      "simkimsia/utility_behaviors": "dev-master"
    }
  }

```

Because this plugin has the type `cakephp-plugin` set in its own `composer.json`, Composer will install it inside your `/Plugins` directory, rather than in the usual vendors file. It is recommended that you add `/Plugins/UtilityBehaviors` to your .gitignore file. (Why? [read this](http://getcomposer.org/doc/faqs/should-i-commit-the-dependencies-in-my-vendor-directory.md).)

*\[Manual\]*

- Download this:
- Unzip that download.
- Copy the resulting folder to `app/Plugin`
- Rename the folder you just copied to `UtilityBehaviors`

*\[GIT Submodule\]*

In your app directory type:

```
  git submodule add -b master git://github.com/simkimsia/UtilityBehaviors.git Plugin/UtilityBehaviors
  git submodule init
  git submodule update
```

*\[GIT Clone\]*

In your `Plugin` directory type:

```
git clone -b master git://github.com/simkimsia/UtilityBehaviors.git UtilityBehaviors

```

### Enable plugin

[](#enable-plugin)

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

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

```

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

Usage
-----

[](#usage)

TODO
----

[](#todo)

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) COPYRIGHT\_YEAR YOUR\_NAME

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/93ee83726396b2c3518ef1d0040223d0474f340e5903c1356503fbda058bb65f?d=identicon)[kimsia](/maintainers/kimsia)

---

Tags

cakephp

### Embed Badge

![Health badge](/badges/simkimsia-utility-behaviors/health.svg)

```
[![Health](https://phpackages.com/badges/simkimsia-utility-behaviors/health.svg)](https://phpackages.com/packages/simkimsia-utility-behaviors)
```

###  Alternatives

[fotografde/cakephp-ftp

FTP/SFTP Plugin for CakePHP

6062.3k](/packages/fotografde-cakephp-ftp)[dereuromark/cakephp-url-cache

CakePHP plugin to speed up URL reverse lookup

24117.2k](/packages/dereuromark-cakephp-url-cache)[loadsys/cakephp_sitemap

A CakePHP Plugin for adding automatic XML and HTML Sitemaps to an app

2819.6k](/packages/loadsys-cakephp-sitemap)[tigrang/cakephp-datatable

CakePHP DataTable Plugin

465.1k](/packages/tigrang-cakephp-datatable)[trentrichardson/cakephp-shrink

Compiles, combines, and minifies javascript, coffee, less, scss, and css

1619.3k](/packages/trentrichardson-cakephp-shrink)

PHPackages © 2026

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