PHPackages                             agenter-labs/illuminate-feature-checker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. agenter-labs/illuminate-feature-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

agenter-labs/illuminate-feature-checker
=======================================

Feature checker for Laravel

0951PHP

Since May 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/agenter-labs/illuminate-feature-checker)[ Packagist](https://packagist.org/packages/agenter-labs/illuminate-feature-checker)[ RSS](/packages/agenter-labs-illuminate-feature-checker/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Install
-------

[](#install)

```
composer require agenter-labs/illuminate-feature-checker

```

Enviornment
-----------

[](#enviornment)

```
SAAS_STORAGE_CACHE=redis,file
SAAS_MODEL_SUBSCRIPTION=Subscription model class name
SAAS_MODEL_FEATURE=Subscription feature model class name
SAAS_KEY=Encryption key
SAAS_TOKEN_NAME= Header or Cookie name

```

Setup
-----

[](#setup)

Register service provider

```
$app->register(AgenterLab\FeatureChecker\FeatureCheckerServiceProvider::class);

```

Register route middleware

```
$app->routeMiddleware([
    'subscription' => \AgenterLab\FeatureChecker\SubscriptionMiddleware::class
]);

```

Generate signature

```
app('saas.request')->signature();

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/bd46fd4f768f5e375e0cae98652143335896c9bcb188ae404751e82cefbebcf7?d=identicon)[agenter-labs](/maintainers/agenter-labs)

### Embed Badge

![Health badge](/badges/agenter-labs-illuminate-feature-checker/health.svg)

```
[![Health](https://phpackages.com/badges/agenter-labs-illuminate-feature-checker/health.svg)](https://phpackages.com/packages/agenter-labs-illuminate-feature-checker)
```

###  Alternatives

[spatie/laravel-collection-macros

A set of useful Laravel collection macros

1.9k5.7M29](/packages/spatie-laravel-collection-macros)[payum/iso4217

ISO 4217 PHP Library

16312.1M5](/packages/payum-iso4217)[nativephp/desktop

NativePHP for Desktop

34020.6k3](/packages/nativephp-desktop)[sebastianfeldmann/camino

Path management the OO way

176.4M1](/packages/sebastianfeldmann-camino)

PHPackages © 2026

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