PHPackages                             markstory/acl\_extras - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. markstory/acl\_extras

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

markstory/acl\_extras
=====================

Additional tools for managing DB ACL in CakePHP applications.

1.2.1(7y ago)155311.0k↑40%49[5 issues](https://github.com/markstory/acl_extras/issues)MITPHPPHP &gt;=5.2.17

Since Sep 21Pushed 7y ago17 watchersCompare

[ Source](https://github.com/markstory/acl_extras)[ Packagist](https://packagist.org/packages/markstory/acl_extras)[ Docs](https://github.com/markstory/acl_extras)[ RSS](/packages/markstory-acl-extras/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

Acl Extras
==========

[](#acl-extras)

Acl Extras provides a console app that helps you manage DbAcl records more easily. Its main feature and purpose is to make generating Aco nodes for all your controllers and actions easier. It also includes some helper methods for verifying and recovering corrupted trees.

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

[](#installation)

Clone the repo or download a tarball and install it into `app/Plugin/AclExtras` or in any of your pluginPaths.

Then activate the plugin in your app/Config/bootstrap.php file as shown below:

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

```

Usage
-----

[](#usage)

You can find a list of commands by running `Console/cake AclExtras.AclExtras -h` from your command line.

### Setting up the contorller

[](#setting-up-the-contorller)

You'll need to configure AuthComponent to use the Actions authorization method.
In your `beforeFilter` add the following:

```
$this->Auth->authorize = 'actions';
$this->Auth->actionPath = 'controllers/';

```

Issues
------

[](#issues)

If you find an issue in the code or want to suggest something, please use the tickets at [http://github.com/markstory/acl\_extras/issues](http://github.com/markstory/acl_extras/issues)

License
-------

[](#license)

Acl Extras is licensed under the MIT license.

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity51

Moderate usage in the ecosystem

Community24

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 75.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 ~335 days

Total

3

Last Release

2856d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1efd7167fe426440c421f477c4e808464bc244dea2f5a9786c94db60732f0870?d=identicon)[markstory](/maintainers/markstory)

---

Top Contributors

[![markstory](https://avatars.githubusercontent.com/u/24086?v=4)](https://github.com/markstory "markstory (40 commits)")[![rchavik](https://avatars.githubusercontent.com/u/39490?v=4)](https://github.com/rchavik "rchavik (4 commits)")[![ozee31](https://avatars.githubusercontent.com/u/5025797?v=4)](https://github.com/ozee31 "ozee31 (3 commits)")[![wrdx](https://avatars.githubusercontent.com/u/3046705?v=4)](https://github.com/wrdx "wrdx (2 commits)")[![mromagnoli](https://avatars.githubusercontent.com/u/1746271?v=4)](https://github.com/mromagnoli "mromagnoli (1 commits)")[![ceeram](https://avatars.githubusercontent.com/u/111448?v=4)](https://github.com/ceeram "ceeram (1 commits)")[![lorenzo](https://avatars.githubusercontent.com/u/37621?v=4)](https://github.com/lorenzo "lorenzo (1 commits)")[![cameri](https://avatars.githubusercontent.com/u/378886?v=4)](https://github.com/cameri "cameri (1 commits)")

---

Tags

cakephpacl

### Embed Badge

![Health badge](/badges/markstory-acl-extras/health.svg)

```
[![Health](https://phpackages.com/badges/markstory-acl-extras/health.svg)](https://phpackages.com/packages/markstory-acl-extras)
```

###  Alternatives

[dereuromark/cakephp-tinyauth

A CakePHP plugin to handle user authentication and authorization the easy way.

129228.6k10](/packages/dereuromark-cakephp-tinyauth)[ivanamat/cakephp3-aclmanager

AclManager plugin for CakePHP 3.x

2715.2k](/packages/ivanamat-cakephp3-aclmanager)[cakedc/auth

Auth objects for CakePHP

31630.0k2](/packages/cakedc-auth)[uafrica/oauth-server

OAuth Server for CakePHP 3 using the PHP League's OAuth2 Server

5172.1k](/packages/uafrica-oauth-server)[josegonzalez/cakephp-annotation-control-list

ACL system based on annotations for CakePHP

211.4k](/packages/josegonzalez-cakephp-annotation-control-list)

PHPackages © 2026

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