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 2mo 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 59% 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

3718d 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

[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[olssonm/l5-very-basic-auth

Laravel stateless HTTP basic auth without the need for a database

1662.5M1](/packages/olssonm-l5-very-basic-auth)[stechstudio/laravel-jwt

Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel

126117.6k](/packages/stechstudio-laravel-jwt)[scaler-tech/laravel-saml2

SAML2 Service Provider integration for Laravel applications, based on OneLogin toolkit

2737.5k](/packages/scaler-tech-laravel-saml2)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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