spatie/laravel-model-flags
Add lightweight “flags” to Eloquent models via a trait—store process state without extra columns. Check, set, and clear flags, and query with flagged/notFlagged scopes. Ideal for idempotent, restartable jobs like one-time emails or migrations.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| flagception/flagception | 0.88 | Flagception is a lightweight PHP feature toggle library. Plug in an activator (e.g., array- or constraint-based) and check flags via FeatureManager::isActive(). Minimal setup, flexible, and easy to extend with custom activators. | 14 | 15 | 3 | 76K | 2 | 1.5 | 51.1 | MIT | 1 year ago | |
| ylsideas/feature-flags | 0.86 | Extensible feature flags for Laravel to safely toggle code and features. Manage flags in application logic, routes, Blade views, scheduler tasks, and validation rules to support continuous integration and controlled rollouts. | 623 | 625 | 39 | 23K | 0 | 29.1 | 25.1 | MIT | 2 months ago | |
| flagception/database-activator | 0.86 | Doctrine DBAL-backed activator for Flagception feature flags. Stores flag state in a SQL database (MySQL/Postgres/SQLite), auto-creates the table, and supports connection arrays, DSNs, or an existing DBAL instance, with customizable table/column names. | 2 | 2 | 1 | 10K | 0 | 1.5 | 48.7 | MIT | 1 year ago | |
| 21torr/feature-flags | 0.86 | — | 0 | 0 | 1 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| laravel/pennant | 0.85 | Laravel Pennant is a simple, lightweight feature flag library for Laravel. Define and evaluate feature toggles, control rollouts, and experiment safely across environments. Official docs available at laravel.com/docs/pennant. | 587 | 585 | 63 | 1M | 0 | 34.4 | 53.2 | MIT | 2 weeks ago | |
| reinder83/binary-flags | 0.85 | — | 12 | 13 | 3 | 392 | 0 | 23.3 | 24.0 | MIT | 4 weeks ago | |
| spatie/laravel-tags | 0.84 | Add flexible tagging to Laravel Eloquent models with the HasTags trait. Create, attach, detach, and query tags with ease, with built-in support for tag types, translations, and sorting—ideal for organizing content across your app. | 1,745 | 1,764 | 285 | 514K | 0 | 45.5 | 39.7 | MIT | 1 month ago |
How can I help you explore Laravel packages today?