PHPackages                             joshwhatk/sentinel-guard - 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. joshwhatk/sentinel-guard

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

joshwhatk/sentinel-guard
========================

Laravel Guard for Cartalyst's Sentinel

v1.0.1(10y ago)4542[1 issues](https://github.com/joshwhatk/sentinel-guard/issues)[3 PRs](https://github.com/joshwhatk/sentinel-guard/pulls)MITPHPPHP &gt;=5.5.9

Since Mar 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/joshwhatk/sentinel-guard)[ Packagist](https://packagist.org/packages/joshwhatk/sentinel-guard)[ RSS](/packages/joshwhatk-sentinel-guard/feed)WikiDiscussions master Synced 2mo ago

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

\#Cent (An Auth Gaurd Implementation for *stateless* Sentinel) v1.0.1

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

[](#installation)

- Extend `UserModel` in your `User` model

    ```
    use Joshwhatk\Cent\UserModel;

    class User extends UserModel
    {
        ...

    ```
- Register the CentServiceProvider in your `config/app.php`

    ```
    Joshwhatk\Cent\CentServiceProvider::class,

    ```
- Change the api driver to `cent` in your `config/auth.php`

    ```
    'guards' => [
        'api' => [
            'driver' => 'cent',
            'provider' => 'users',
        ],
    ],

    ```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~39 days

Total

2

Last Release

3682d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e65fc2a62a2d5ab1262933249ce4a3eaf6207b131cb3094e22c57296c8dbe2b?d=identicon)[joshwhatk](/maintainers/joshwhatk)

---

Top Contributors

[![joshwhatk](https://avatars.githubusercontent.com/u/1848905?v=4)](https://github.com/joshwhatk "joshwhatk (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/joshwhatk-sentinel-guard/health.svg)

```
[![Health](https://phpackages.com/badges/joshwhatk-sentinel-guard/health.svg)](https://phpackages.com/packages/joshwhatk-sentinel-guard)
```

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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