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

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

neposoft/field-acl
==================

A laravel package to support acl on fields of your models

1.0.1(10y ago)6993MITPHPPHP &gt;=5.4.0

Since Mar 6Pushed 9y ago3 watchersCompare

[ Source](https://github.com/neposoft/fieldAcl)[ Packagist](https://packagist.org/packages/neposoft/field-acl)[ RSS](/packages/neposoft-field-acl/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Laravel ACL on field level
--------------------------

[](#laravel-acl-on-field-level)

### How to use the package:

[](#how-to-use-the-package)

- Add a dependency to your composer `composer require neposoft/field-acl`
- Add the service provider in config/app.php
    `Neposoft\FieldAcl\FieldAclServiceProvider::class `
- `php artisan vendor:publish` to publish config files, views and migrations
- Add class that you want to manage in config/fieldAcl.php , inside class

    ```
    'classes' => [
       \App\User::class
    ]
    ```

```
- also change the roles and other parameters according to your needs.

- In your model, use FieldAcl trait:

         use    Neposoft\FieldAcl\FieldAcl;

- Open the browser at `/permissions` and you are ready to manage the permissions for the groups that you defined in config.

![Screenshot](http://i.imgur.com/FUp41FM.png)

If any trouble, don't hesistate to open issues :)

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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 ~3 days

Total

2

Last Release

3764d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a378d35497aead24ac8152d633dfd6501689152f0ad866f85377e5b91a9c1c0e?d=identicon)[neposoft](/maintainers/neposoft)

### Embed Badge

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

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

###  Alternatives

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.2M17](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

9327.9M1.2k](/packages/illuminate-auth)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6783.6k5](/packages/hasinhayder-tyro)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1542.1k4](/packages/masterix21-laravel-licensing)

PHPackages © 2026

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