PHPackages                             damianulan/laravel-feature-kit - 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. damianulan/laravel-feature-kit

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

damianulan/laravel-feature-kit
==============================

Feature Kit laravel package. Helps managing your features within application code. Determine whether a feature is enabled or disabled globally or to a specific user.

001PHPCI failing

Since Jan 5Pushed 4mo agoCompare

[ Source](https://github.com/damianulan/laravel-feature-kit)[ Packagist](https://packagist.org/packages/damianulan/laravel-feature-kit)[ RSS](/packages/damianulan-laravel-feature-kit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (1)

Laravel FeatureKit
==================

[](#laravel-featurekit)

[![Static Badge](https://camo.githubusercontent.com/afca9778e22c472c6b601fe4bac81424fb1b47a876c1742009544a6bce5c2e38/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6164655f776974682d4c61726176656c2d7265643f7374796c653d666f722d7468652d6261646765)](https://laravel.com/docs/11.x/releases) [![Licence](https://camo.githubusercontent.com/0c2e91939275c9fd009f7680dc38d0763918d859f61af587b5271311f234efcf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f496c65726961796f2f6d61726b646f776e2d6261646765733f7374796c653d666f722d7468652d6261646765)](./LICENSE) [![Static Badge](https://camo.githubusercontent.com/1c44eb0e6c2006f3c5e16a51c67b79b9aae86a926bf1103e458160e8249d50c9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d61696e7461696e65722d64616d69616e756c616e2d626c75653f7374796c653d666f722d7468652d6261646765)](https://damianulan.me)

### Description

[](#description)

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

You can install the package via composer in your laravel project:

```
composer require damianulan/laravel-feature-kit

```

The package will automatically register itself. Next step is to publish necessary vendor assets.

```
// if you need both migration and config
php artisan vendor:publish --tag=featurekit

// if you need only config and use json storage
php artisan vendor:publish --tag=featurekit-config

```

### Registering Features

[](#registering-features)

Features are autodiscovered when placed in `*/Features` directory, but you can also register them manually in your config file.

```
// config/featurekit.php
'features' => [
    'App\Features\MyFeature',
],
```

Feature information is stored in a database table, but you can also use json storage.

```
// config/featurekit.php
'connection' => env('FEATUREKIT_CONNECTION', 'database') // json,
```

### Usage

[](#usage)

### Examples

[](#examples)

### Contact &amp; Contributing

[](#contact--contributing)

Any question You can submit to ****.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance52

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity12

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/8edae7c1a9d4cc850ce273f54ba3ac7ee43cd145aebab25b23247be9309a5ab1?d=identicon)[damianulan](/maintainers/damianulan)

---

Top Contributors

[![damianulan](https://avatars.githubusercontent.com/u/31820473?v=4)](https://github.com/damianulan "damianulan (13 commits)")

### Embed Badge

![Health badge](/badges/damianulan-laravel-feature-kit/health.svg)

```
[![Health](https://phpackages.com/badges/damianulan-laravel-feature-kit/health.svg)](https://phpackages.com/packages/damianulan-laravel-feature-kit)
```

PHPackages © 2026

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