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 Apr 26Pushed 2mo 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 today

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

19

—

LowBetter than 9% of packages

Maintenance57

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity11

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://avatars.githubusercontent.com/u/31820473?v=4)[Damian Ułan](/maintainers/damianulan)[@damianulan](https://github.com/damianulan)

---

Top Contributors

[![damianulan](https://avatars.githubusercontent.com/u/31820473?v=4)](https://github.com/damianulan "damianulan (14 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)
```

###  Alternatives

[mauricius/laravel-htmx

Laravel helper library for Htmx

363112.7k1](/packages/mauricius-laravel-htmx)[bodunde/geocoder

A laravel package that helps you with geocoding addresses and reverse geocoding coordinates using the google maps api. It also helps in calculating the distance between two locations using the Hervasine formula and the coordinates of the locations

247.7k](/packages/bodunde-geocoder)

PHPackages © 2026

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