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

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

marcusamatos/jvs-acl
====================

Zend\\Acl module to Zend Framework 2

1.0.4(12y ago)019BSD-3-ClausePHPPHP &gt;=5.3.3

Since May 29Pushed 12y ago1 watchersCompare

[ Source](https://github.com/marcusamatos/JvsAcl)[ Packagist](https://packagist.org/packages/marcusamatos/jvs-acl)[ Docs](https://github.com/marcusamatos/JvsAcl)[ RSS](/packages/marcusamatos-jvs-acl/feed)WikiDiscussions master Synced 3w ago

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

JvsAcl - Simple acl security for ZF2
====================================

[](#jvsacl---simple-acl-security-for-zf2)

This module provide a simple acl controller for zf2. This module can be used with Doctrin ORM. This is very simple, only implement the `JvsAcl\Entity\UserGroupProviderInterface`.

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2)

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

[](#installation)

1. Add this project in your composer.json:

```
"required": {
    "marcusamatos/jvs-acl": "1.*"
}
```

2. Enabling ir in your `application.config.php` file.

```
return array(
    'modules' => array(
        #[...]
        'JvsAcl'
        #[...]
    );
);
```

3. Add `\JvsAcl\Entity\GroupProviderInterface` to your user entity
4. Add in `module.config.php`

```
return array(
    #[...]
    'jvs-acl' => array(
        'groups' => array(
            'guest',
            'member' => array('name' => 'Member', 'parent' => 'guest', 'visible' => true),
            'admin' => array('name' => 'Administrator', 'parent' => 'member', 'visible' => true),
            'developer' => array('name' => 'Developer', 'parent' => 'admin')
        ),
        'controllers' => array(
            'Application\Controller\Index' => array(
                'guest' => 'allow'
            ),
            'Application\Controller\Auth' => array(
                'guest' => array(
                    'allow' => array('index', 'forgetPassword')
                )
            ),
            'Admin\Controller\Index' => array(
                'admin'
            ),
        )
    )
    #[...]
);
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~1 days

Total

5

Last Release

4413d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3504561?v=4)[Marcus Matos](/maintainers/marcusamatos)[@marcusamatos](https://github.com/marcusamatos)

---

Top Contributors

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

---

Tags

aclzf2

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k3.9M127](/packages/bezhansalleh-filament-shield)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.8M47](/packages/santigarcor-laratrust)[nette/security

🔑 Nette Security: provides authentication, authorization and a role-based access control management via ACL (Access Control List)

3889.7M325](/packages/nette-security)[laminas/laminas-permissions-acl

Provides a lightweight and flexible access control list (ACL) implementation for privileges management

3213.7M100](/packages/laminas-laminas-permissions-acl)[org_heigl/hybridauth

Lightweight Authentication Module for Zend-Framework 2 using the hybridauth-library

212.6k](/packages/org-heigl-hybridauth)

PHPackages © 2026

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