PHPackages                             inimist/cakephp-utils - 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. inimist/cakephp-utils

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

inimist/cakephp-utils
=====================

Plugin for CakePHP 3.x with useful components and behaviors

1.0.0-RC1(11y ago)06MITPHPPHP &gt;=5.4

Since Feb 26Pushed 6y ago1 watchersCompare

[ Source](https://github.com/inimist/cakephp-utils)[ Packagist](https://packagist.org/packages/inimist/cakephp-utils)[ RSS](/packages/inimist-cakephp-utils/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

[![Build Status](https://camo.githubusercontent.com/b4ae9beebc4101b64d0d2f949587c6e4c35d69b249f103cffa805631dfc71bd0/68747470733a2f2f7472617669732d63692e6f72672f63616b656d616e616765722f63616b657068702d7574696c732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/cakemanager/cakephp-utils)[![Coverage Status](https://camo.githubusercontent.com/25d4368769765c60c9f04d0debfb119ac2f5114b410444e6e156790c966278f2/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f63616b656d616e616765722f63616b657068702d7574696c732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/cakemanager/cakephp-utils?branch=master)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Latest Stable Version](https://camo.githubusercontent.com/6d1a5e758cb200fcbb834ad4bf6a086a2c4692f7b3cf74bcdf6b14bbdf0e9404/68747470733a2f2f706f7365722e707567782e6f72672f63616b656d616e616765722f63616b657068702d7574696c732f762f737461626c652e737667)](https://packagist.org/packages/cakemanager/cakephp-utils)[![Total Downloads](https://camo.githubusercontent.com/df7adf46c8ac5bcc5d111117d875aac8761dd339afca89c34a8d7c331c370f06/68747470733a2f2f706f7365722e707567782e6f72672f63616b656d616e616765722f63616b657068702d7574696c732f646f776e6c6f6164732e737667)](https://packagist.org/packages/cakemanager/cakephp-utils)[![License](https://camo.githubusercontent.com/7d20a21b3125fac323d384cef66597616b0b28c3b2e481c4fd7038d5607cff69/68747470733a2f2f706f7365722e707567782e6f72672f63616b656d616e616765722f63616b657068702d7574696c732f6c6963656e73652e737667)](https://packagist.org/packages/cakemanager/cakephp-utils)

Utils Plugin for Cake 3.x
=========================

[](#utils-plugin-for-cake-3x)

The Utils plugin offers you many components and behaviors to make developing easier. This plugin is required by the \[Cak

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 inimist/cakephp-utils:dev-master

```

Configuration
-------------

[](#configuration)

You will need to add the following line to your application's bootstrap.php file:

```
Plugin::load('Utils');
```

Usage
-----

[](#usage)

### Components

[](#components)

- [Authorizer](http://cakemanager.org/docs/utils/1.0/components/authorizer/) - Component to work easily with authorization in your application-controllers.
- [GlobalAuth](http://cakemanager.org/docs/utils/1.0/components/globalauth/) - Enables global access to user-data.
- [Menu](http://cakemanager.org/docs/utils/1.0/components/menu/) - Adds menu-items in sections to pass to your view.
- [Search](http://cakemanager.org/docs/utils/1.0/components/search/) - Creates filters for your queries so you are able to filter on your list with a generated form.

### Behaviors

[](#behaviors)

- [Metas](http://cakemanager.org/docs/utils/1.0/behaviors/metas/) - Behavior to add meta-data to your current model.
- [Stateable](http://cakemanager.org/docs/utils/1.0/behaviors/stateable/) - Generates multiple states (like concept, deleted, active) and with save-method and finders.
- [Uploadable](http://cakemanager.org/docs/utils/1.0/behaviors/uploadable/) - Great behavior to upload files automatically.
- [WhoDidIt](http://cakemanager.org/docs/utils/1.0/behaviors/whodidit/) - Saves the user who created the row, and modified the row.
- [IsOwnedBy](http://cakemanager.org/docs/utils/1.0/behaviors/isownedby/) - Checks if your entity is owned by the given (logged in) user.

Documentation
-------------

[](#documentation)

For documentation, as well as tutorials, see the [documentation](http://cakemanager.org/docs/utils/1.0/) on [cakemanager.org](http://cakemanager.org).

Support
-------

[](#support)

- [CakeManager Website](http://cakemanager.org/) - Website of the CakeManager Team. Here you can find everything about us and our plugins.
- [Gitter](https://gitter.im/cakemanager/cakephp-utils) - Chat Tool for GitHub to talk about issues and new features.
- [GitHub](https://github.com/cakemanager/cakephp-utils/issues) - When there's something wrong, please open a new issue!
- [CakeManager Docs](http://cakemanager.org/docs/1.0/) - Documentation about the CakeManager Plugin.
- [CakePHP Utils Plugin Docs](http://cakemanager.org/docs/utils/1.0/) - Documentation about the Utils Plugin.

Contributing
------------

[](#contributing)

If you have a good idea for a new feature, feel free to pull or open a new [issue](https://github.com/cakemanager/cakephp-utils/issues). Pull requests are always more than welcome!

License
-------

[](#license)

The MIT License (MIT)

Copyright (c) 2014 CakeManager by bobmulder

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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

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

Unknown

Total

1

Last Release

4096d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/447618?v=4)[Arvind Kumar](/maintainers/inimist)[@inimist](https://github.com/inimist)

---

Top Contributors

[![bobmulder](https://avatars.githubusercontent.com/u/5465074?v=4)](https://github.com/bobmulder "bobmulder (132 commits)")[![leica69](https://avatars.githubusercontent.com/u/10547396?v=4)](https://github.com/leica69 "leica69 (11 commits)")[![leoruhland](https://avatars.githubusercontent.com/u/1785552?v=4)](https://github.com/leoruhland "leoruhland (9 commits)")[![Tomicapo](https://avatars.githubusercontent.com/u/2481454?v=4)](https://github.com/Tomicapo "Tomicapo (4 commits)")[![inimist](https://avatars.githubusercontent.com/u/447618?v=4)](https://github.com/inimist "inimist (2 commits)")[![SBhojani](https://avatars.githubusercontent.com/u/1684388?v=4)](https://github.com/SBhojani "SBhojani (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/inimist-cakephp-utils/health.svg)

```
[![Health](https://phpackages.com/badges/inimist-cakephp-utils/health.svg)](https://phpackages.com/packages/inimist-cakephp-utils)
```

###  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)[dereuromark/cakephp-shim

A CakePHP plugin to shim applications between major framework versions.

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

CakePHP plugin extension for PHPStan.

40676.6k31](/packages/cakedc-cakephp-phpstan)[dereuromark/cakephp-dto

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

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

A CakePHP plugin around geocoding tools and helpers.

51174.9k4](/packages/dereuromark-cakephp-geo)

PHPackages © 2026

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