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

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

vhinx/acl
=========

014PHP

Since Nov 18Pushed 11y ago1 watchersCompare

[ Source](https://github.com/detorresvc/Vhinx-ACL)[ Packagist](https://packagist.org/packages/vhinx/acl)[ RSS](/packages/vhinx-acl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Vhinx-ACL
=========

[](#vhinx-acl)

Simple Acl for laravel 4

Content
-------

[](#content)

1. default log in
2. (CRUD) maintenance for users 2.1. assign multiple group per user
3. (CRUD) maintenance for groups 3.1. assign resources (list of actions) for groups
4. (CRUD) maintenance for resources (list of actions)
5. log out

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

[](#installation)

Add the following line to the `require` section of `composer.json`:

```
{
    "require": {
        "vhinx/acl": "dev-master"
    }
}

```

Setup
-----

[](#setup)

1. Add `Vhinx\Acl\AclServiceProvider` to the service provider list in `app/config/app.php`.
2. change the value of model in `app/config/auth.php` to `Vhinx\\Acl\\Models\\User`
3. run `php artisan migrate --package=Vhinx/Acl`
4. run `php artisan db:seed --classname=DataSeeder`
5. run `php artisan asset:publish --package=Vhinx/Acl`

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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/925752081aabb283f17f51d431b60242c315593180425c0eda722a8b2e996cca?d=identicon)[detorresvc](/maintainers/detorresvc)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/vhinx-acl/health.svg)](https://phpackages.com/packages/vhinx-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)
