PHPackages                             easycloud/easyacl - 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. easycloud/easyacl

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

easycloud/easyacl
=================

ZF2 module for managing rights and users.

10507[2 issues](https://github.com/easy-cloud/EasyACL/issues)[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/easycloud/easyacl)[ RSS](/packages/easycloud-easyacl/feed)WikiDiscussions master Synced today

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

23

—

LowBetter than 26% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity17

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://avatars.githubusercontent.com/u/2619584?v=4)[Easy Cloud](/maintainers/easy-cloud)[@easy-cloud](https://github.com/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/easycloud-easyacl/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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