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

ActiveLaravel-package[Authentication &amp; Authorization](/categories/authentication)

winex/sentinel
==============

Sentinel package for Laravel

v1.0.1(3mo ago)06↓90%MITPHPPHP ^8.2

Since Apr 2Pushed 3mo agoCompare

[ Source](https://github.com/winex01/sentinel)[ Packagist](https://packagist.org/packages/winex/sentinel)[ RSS](/packages/winex-sentinel/feed)WikiDiscussions master Synced 4w ago

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

Sentinel - Laravel License &amp; Billing Management
===================================================

[](#sentinel---laravel-license--billing-management)

Sentinel is a Laravel package that provides license management, trial periods, and billing integration for FilamentPHP applications.

Requirements
------------

[](#requirements)

- PHP ^8.2
- Laravel ^12.0
- Filament ^5.0

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

[](#installation)

```
composer require winex/sentinel
```

Setup
-----

[](#setup)

1. Install the package

```
php artisan sentinel:install
php artisan migrate
```

2. Add to Filament Panel Provider

```
use Winex\Sentinel\SentinelProvider;
use Winex\Sentinel\Filament\Pages\SentinelPage;

public function panel(Panel $panel): Panel
{
    return $panel
        ->requiresTenantSubscription()
        ->tenantBillingProvider(new SentinelProvider())
        ->pages([
            SentinelPage::class,
        ]);
}
```

Configuration
-------------

[](#configuration)

Add these to your `.env` file (optional):

```
MONTHLY_PLAN=30
ANNUAL_PLAN=350
CONTACT_US=https://example.com/contact
```

Commands
--------

[](#commands)

CommandDescription`php artisan sentinel:install`Publish migration with current timestampLocal Development
-----------------

[](#local-development)

Add to your app's `composer.json`:

```
"repositories": [
    {
        "type": "path",
        "url": "../sentinel",
        "options": {
            "symlink": true
        }
    }
],
```

Then run:

```
composer require winex/sentinel:@dev
```

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance82

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Total

2

Last Release

90d ago

### Community

Maintainers

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

---

Top Contributors

[![winex01](https://avatars.githubusercontent.com/u/23657442?v=4)](https://github.com/winex01 "winex01 (12 commits)")

### Embed Badge

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

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

###  Alternatives

[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3913.7k](/packages/rawilk-profile-filament-plugin)[crumbls/layup

A visual page builder plugin for Filament 5 — Divi-style grid layouts with extensible widgets.

591.7k1](/packages/crumbls-layup)[slimani/filament-media-manager

A media manager plugin for Filament.

126.9k](/packages/slimani-filament-media-manager)

PHPackages © 2026

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