PHPackages                             ajanssen/acl - 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. ajanssen/acl

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

ajanssen/acl
============

ZF2 module for managing rights and users.

9367[1 PRs](https://github.com/easy-cloud/easyacl/pulls)PHP

Since Dec 11Pushed 10y ago2 watchersCompare

[ Source](https://github.com/easy-cloud/easyacl)[ Packagist](https://packagist.org/packages/ajanssen/acl)[ RSS](/packages/ajanssen-acl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

A advanced but simple ACL module for Zend framework 2 and Doctrine 2!

You can set rights per group or user. Everything is loaded from Doctrine.

Navigation support added.

Add "easycloud/easyacl": "dev-master" to composer.json and run update.

Then import this in MySQL:

INSERT INTO `user` (`id` , `name` , `surname` , `email` , `password`)VALUES (NULL , 'admin', 'admin', '', 'password'); INSERT INTO `roles` (`id` , `user_id` , `group_id` , `name` , `allowed_all`)VALUES (NULL , '1', NULL , 'Master', 'a:1:{i:0;s:6:"master";}');

You can get the password by logging in without an account in the database(it will echo itself!).

To use the Navigation rigths, add the resource to the navigigation item! Example: 'navigation' =&gt; array( 'default' =&gt; array( 'acl/user' =&gt; array( 'label' =&gt; 'Users', 'route' =&gt; 'acl/users', 'resource' =&gt; 'EasyACL\\User\\index', ), 'acl/group' =&gt; array( 'label' =&gt; 'Groups', 'route' =&gt; 'acl/groups', 'resource' =&gt; 'EasyACL\\Group\\index', ), 'acl/right' =&gt; array( 'label' =&gt; 'Roles', 'route' =&gt; 'acl/roles', 'resource' =&gt; 'EasyACL\\Roles\\index', ), 'acl/permission' =&gt; array( 'label' =&gt; 'Permission', 'route' =&gt; 'acl/permission', 'resource' =&gt; 'EasyACL\\Permission\\index', ), 'acl/logout' =&gt; array( 'label' =&gt; 'Log out', 'route' =&gt; 'acl/logout', 'resource' =&gt; 'EasyACL\\User\\logout', ), ), ),

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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/28901df70a38eb7f2fbb8412e5e7818a149773691c44f33d1de9740eb38db502?d=identicon)[easy-cloud](/maintainers/easy-cloud)

---

Top Contributors

[![TNAJanssen](https://avatars.githubusercontent.com/u/2812277?v=4)](https://github.com/TNAJanssen "TNAJanssen (52 commits)")

### Embed Badge

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

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

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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