PHPackages                             filamerce/filament-sanctum - 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. filamerce/filament-sanctum

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

filamerce/filament-sanctum
==========================

Filament Sanctum

v1.0.1(11mo ago)038MITPHP

Since Nov 20Pushed 11mo agoCompare

[ Source](https://github.com/filamerce/filament-sanctum)[ Packagist](https://packagist.org/packages/filamerce/filament-sanctum)[ Docs](https://github.com/filamerce/filament-sanctum)[ RSS](/packages/filamerce-filament-sanctum/feed)WikiDiscussions main Synced 1mo ago

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

Filament Sanctum
================

[](#filament-sanctum)

 [![Create Token](./art/create-token.png)](./art/create-token.png) [![Token Created](./art/token-created.png)](./art/token-created.png)

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

[](#installation)

You can install the package via composer:

```
composer require filamerce/filament-sanctum
```

Config:

```
php artisan vendor:publish --tag=filament-sanctum-config
```

```
return [

    'abilities' => [
        'users:read' => 'Read User',
        'users:create' => 'Create User',
        'users:update' => 'Update User',
        'users:delete' => 'Delete User',
        'blog:read' => 'Read Blog',
        'blog:create' => 'Create Blog',
        'blog:update' => 'Update Blog',
        'blog:delete' => 'Delete Blog',
    ],
    'columns' => 4,
    'navigation_menu' => true,
    'user_menu' => false,
    'label' => 'Sanctum',
    'slug' => 'sanctum',

];
```

Translations:

```
php artisan vendor:publish --tag=filament-sanctum-translations
```

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

[](#security)

If you discover any security related issues, please email `w.kristories@gmail.com` instead of using the issue tracker.

Credits
-------

[](#credits)

- [Wahyu Kristianto](https://github.com/kristories)
- [All Contributors](https://github.com/filamerce/filament-sanctum/graphs/contributors)

License
-------

[](#license)

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

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

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

Every ~134 days

Recently: every ~220 days

Total

8

Last Release

332d ago

Major Versions

v0.0.6 → v1.0.02025-06-14

### Community

Maintainers

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

---

Top Contributors

[![Kristories](https://avatars.githubusercontent.com/u/774338?v=4)](https://github.com/Kristories "Kristories (26 commits)")[![webard](https://avatars.githubusercontent.com/u/855788?v=4)](https://github.com/webard "webard (3 commits)")[![gexcube](https://avatars.githubusercontent.com/u/10251047?v=4)](https://github.com/gexcube "gexcube (2 commits)")[![aphoe](https://avatars.githubusercontent.com/u/2249943?v=4)](https://github.com/aphoe "aphoe (2 commits)")[![leek](https://avatars.githubusercontent.com/u/60204?v=4)](https://github.com/leek "leek (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![vincenzotecnology](https://avatars.githubusercontent.com/u/100493797?v=4)](https://github.com/vincenzotecnology "vincenzotecnology (1 commits)")

---

Tags

laravelsanctumDevtical

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/filamerce-filament-sanctum/health.svg)

```
[![Health](https://phpackages.com/badges/filamerce-filament-sanctum/health.svg)](https://phpackages.com/packages/filamerce-filament-sanctum)
```

###  Alternatives

[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)[dutchcodingcompany/filament-socialite

Social login for Filament through Laravel Socialite

213914.9k9](/packages/dutchcodingcompany-filament-socialite)[devtical/filament-sanctum

Laravel Sanctum integration for Filament 4

533.0k](/packages/devtical-filament-sanctum)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

81158.7k4](/packages/stephenjude-filament-two-factor-authentication)[hasinhayder/tyro

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

6712.1k2](/packages/hasinhayder-tyro)

PHPackages © 2026

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