PHPackages                             callcocam/lara-gatekeeper - 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/lara-gatekeeper

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

callcocam/lara-gatekeeper
=========================

Um pacote robusto e flexível para Laravel que oferece gerenciamento avançado de controle de acesso (ACL) e multi-tenancy em uma única solução integrada

v2.x-dev(8mo ago)3404MITPHPPHP ^8.2CI failing

Since Jul 6Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/callcocam/lara-gatekeeper)[ Packagist](https://packagist.org/packages/callcocam/lara-gatekeeper)[ Docs](https://github.com/callcocam/lara-gatekeeper)[ GitHub Sponsors]()[ RSS](/packages/callcocam-lara-gatekeeper/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (3)Used By (0)

Um pacote robusto e flexível para Laravel que oferece gerenciamento avançado de controle de acesso (ACL) e multi-tenancy em uma única solução integrada
=======================================================================================================================================================

[](#um-pacote-robusto-e-flexível-para-laravel-que-oferece-gerenciamento-avançado-de-controle-de-acesso-acl-e-multi-tenancy-em-uma-única-solução-integrada)

[![Latest Version on Packagist](https://camo.githubusercontent.com/3cb08618316fae4da7a140ff8f459debf7775ad62be68363deee060cd723bf65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63616c6c636f63616d2f6c6172612d676174656b65657065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/callcocam/lara-gatekeeper)[![GitHub Tests Action Status](https://camo.githubusercontent.com/c8d256f81982f44c77d1e2e6964c117d80f1f88aaeeea4da0923ae8dc947ef23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63616c6c636f63616d2f6c6172612d676174656b65657065722f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/callcocam/lara-gatekeeper/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/0eaca79b3d99463ba1764b0129f2dbec002185c6135d96a4c3250dafc92a87bf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f63616c6c636f63616d2f6c6172612d676174656b65657065722f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/callcocam/lara-gatekeeper/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/2331e7626dd3d04c40ed3a1e73f679472c291ba4d949cabca56b79995ebde84f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63616c6c636f63616d2f6c6172612d676174656b65657065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/callcocam/lara-gatekeeper)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/5cf06ab264d1611789d1c31aa3d909de172190de574e7b355b56ad6da965a0f7/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6c6172612d676174656b65657065722e6a70673f743d31)](https://spatie.be/github-ad-click/lara-gatekeeper)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require callcocam/lara-gatekeeper
```

### JavaScript Dependencies

[](#javascript-dependencies)

The package requires the following JavaScript dependencies for proper functionality:

```
npm install date-fns vue-sonner lodash-es vue-filepond filepond filepond-plugin-file-validate-type filepond-plugin-image-preview vue-the-mask @tiptap/vue-3 @tiptap/starter-kit
```

or with yarn:

```
yarn add date-fns vue-sonner lodash-es vue-filepond filepond filepond-plugin-file-validate-type filepond-plugin-image-preview vue-the-mask @tiptap/vue-3 @tiptap/starter-kit
```

### Shadcn-vue Components

[](#shadcn-vue-components)

You'll also need to install the following UI components from shadcn-vue:

```
npx shadcn-vue@latest add progress radio-group select badge tabs alert-dialog combobox textarea table tags-input switch popover command range-calendar
```

After installing the JavaScript dependencies and UI components, build your assets:

```
npm run build
```

or for development:

```
npm run dev
```

### Database Setup

[](#database-setup)

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="lara-gatekeeper-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="lara-gatekeeper-views"
```

Usage
-----

[](#usage)

```
$laraGatekeeper = new Callcocam\LaraGatekeeper();
echo $laraGatekeeper->echoPhrase('Hello, Callcocam!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

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

License
-------

[](#license)

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

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance64

Regular maintenance activity

Popularity16

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 51.9% 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

Unknown

Total

1

Last Release

241d ago

### Community

Maintainers

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

---

Top Contributors

[![freekmurze](https://avatars.githubusercontent.com/u/483853?v=4)](https://github.com/freekmurze "freekmurze (358 commits)")[![webcall](https://avatars.githubusercontent.com/u/7212238?v=4)](https://github.com/webcall "webcall (106 commits)")[![mvdnbrk](https://avatars.githubusercontent.com/u/802681?v=4)](https://github.com/mvdnbrk "mvdnbrk (46 commits)")[![Nielsvanpach](https://avatars.githubusercontent.com/u/10651054?v=4)](https://github.com/Nielsvanpach "Nielsvanpach (22 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (21 commits)")[![pforret](https://avatars.githubusercontent.com/u/474312?v=4)](https://github.com/pforret "pforret (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (15 commits)")[![sebastiandedeyne](https://avatars.githubusercontent.com/u/1561079?v=4)](https://github.com/sebastiandedeyne "sebastiandedeyne (14 commits)")[![patinthehat](https://avatars.githubusercontent.com/u/5508707?v=4)](https://github.com/patinthehat "patinthehat (10 commits)")[![AdrianMrn](https://avatars.githubusercontent.com/u/12762044?v=4)](https://github.com/AdrianMrn "AdrianMrn (8 commits)")[![riasvdv](https://avatars.githubusercontent.com/u/3626559?v=4)](https://github.com/riasvdv "riasvdv (8 commits)")[![AlexVanderbist](https://avatars.githubusercontent.com/u/6287961?v=4)](https://github.com/AlexVanderbist "AlexVanderbist (7 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (7 commits)")[![thecaliskan](https://avatars.githubusercontent.com/u/13554944?v=4)](https://github.com/thecaliskan "thecaliskan (5 commits)")[![irfanm96](https://avatars.githubusercontent.com/u/42065936?v=4)](https://github.com/irfanm96 "irfanm96 (5 commits)")[![IGedeon](https://avatars.githubusercontent.com/u/694313?v=4)](https://github.com/IGedeon "IGedeon (4 commits)")[![callcocam](https://avatars.githubusercontent.com/u/7425411?v=4)](https://github.com/callcocam "callcocam (4 commits)")[![yaroslawww](https://avatars.githubusercontent.com/u/23663794?v=4)](https://github.com/yaroslawww "yaroslawww (3 commits)")[![jessarcher](https://avatars.githubusercontent.com/u/4977161?v=4)](https://github.com/jessarcher "jessarcher (3 commits)")[![koossaayy](https://avatars.githubusercontent.com/u/6431084?v=4)](https://github.com/koossaayy "koossaayy (3 commits)")

---

Tags

laravelClaudio Camposlara-gatekeeper

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/callcocam-lara-gatekeeper/health.svg)](https://phpackages.com/packages/callcocam-lara-gatekeeper)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[spatie/laravel-login-link

Quickly login to your local environment

4381.2M1](/packages/spatie-laravel-login-link)[ryangjchandler/laravel-cloudflare-turnstile

A simple package to help integrate Cloudflare Turnstile.

438896.6k2](/packages/ryangjchandler-laravel-cloudflare-turnstile)[spatie/laravel-passkeys

Use passkeys in your Laravel app

444494.4k16](/packages/spatie-laravel-passkeys)

PHPackages © 2026

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