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

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

callcocam/acl
=============

This is my package acl filament v3 for laravel

0176PHP

Since Feb 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sigasistemas/acl)[ Packagist](https://packagist.org/packages/callcocam/acl)[ RSS](/packages/callcocam-acl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This is my package acl
======================

[](#this-is-my-package-acl)

[![Latest Version on Packagist](https://camo.githubusercontent.com/323e454df3a1d226d0a17cc080e9c343e0d286602df82994afd18adbd8234b68/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63616c6c636f63616d2f61636c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/callcocam/acl)[![GitHub Tests Action Status](https://camo.githubusercontent.com/16ee37ca2c64cd6c5a1b2a4926f1ef77845ef44ea8b7e007a45212b4e6e2ac6b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63616c6c636f63616d2f61636c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/callcocam/acl/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/9455200a1daeec49d9f157b07c5bd0c71807b0bfee258102a3dcbbfc43feb176/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63616c6c636f63616d2f61636c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/callcocam/acl/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/732a99743346b17c69c71eaa486cb26cb28247d3b553ba1042d74dd2e6fab0e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616c6c636f63616d2f61636c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/callcocam/acl)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require callcocam/acl
```

Execute the command

```
php artisan  app:acl-install
```

Run the command again

```
php artisan  app:acl-install
```

OR

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="acl-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="acl-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="acl-views"
```

Remember to install the plugin on Your Provider

```
use Callcocam\Acl\AclPlugin;

return $panel
...
->plugin(new AclPlugin())
...
``

You can also release the User Resource by going through paramentar

```

use Callcocam\\Acl\\AclPlugin;

return $panel ... -&gt;plugin(new AclPlugin(userUserResources:true)) ... ``

Command to recreate or update the permissions base

```
php artisan app:acl-generate-permissions
```

Command to create configured policies

```
php artisan app:acl-policy
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [](https://github.com/callcocam)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.8% 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/d8c19b5df92b5462627f423cb2128ed0f312817ac150d19c3572d67904f0751b?d=identicon)[callcocam](/maintainers/callcocam)

---

Top Contributors

[![webcall](https://avatars.githubusercontent.com/u/7212238?v=4)](https://github.com/webcall "webcall (53 commits)")[![callcocam](https://avatars.githubusercontent.com/u/7425411?v=4)](https://github.com/callcocam "callcocam (6 commits)")

### Embed Badge

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

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