PHPackages                             vincent-tarrit/filament-flagd - 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. [API Development](/categories/api)
4. /
5. vincent-tarrit/filament-flagd

ActiveLibrary[API Development](/categories/api)

vincent-tarrit/filament-flagd
=============================

Interface for flagd OpenFeature

1.0.3(3mo ago)01.2k↓92.3%[2 PRs](https://github.com/vincent-tarrit/filament-flagd/pulls)MITPHPPHP ^8.2CI failing

Since Oct 26Pushed 3mo agoCompare

[ Source](https://github.com/vincent-tarrit/filament-flagd)[ Packagist](https://packagist.org/packages/vincent-tarrit/filament-flagd)[ Docs](https://github.com/vincent-tarrit/filament-flagd)[ GitHub Sponsors](https://github.com/vincent-tarrit)[ RSS](/packages/vincent-tarrit-filament-flagd/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (4)Dependencies (26)Versions (7)Used By (0)

Interface for flagd OpenFeature
===============================

[](#interface-for-flagd-openfeature)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c6a681d7889d2c97c46bc4c2c5859aa7bd8c574da352b2b2b2c04a0b53a7581f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e63656e742d7461727269742f66696c616d656e742d666c6167642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vincent-tarrit/filament-flagd)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8e6850cae35718f56839bc7f394c56736201fb7ce22932a15656e9082d80f97d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f76696e63656e742d7461727269742f66696c616d656e742d666c6167642f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/vincent-tarrit/filament-flagd/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/72689cd7429127a5d3b020b11dad9c704d6b1f9b518f5e019ddcafc232820bbd/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f76696e63656e742d7461727269742f66696c616d656e742d666c6167642f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/vincent-tarrit/filament-flagd/actions?query=workflow%3A%22Fix+PHP+code+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8d5655ac85406a9353d00ef581c04d0333f794e52425b2dd1cfd3fed09646a11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f76696e63656e742d7461727269742f66696c616d656e742d666c6167642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/vincent-tarrit/filament-flagd)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require vincent-tarrit/filament-flagd
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-flagd-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-flagd-config"
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-flagd-views"
```

This is the contents of the published config file:

```
return [
];
```

Usage
-----

[](#usage)

```
$filamentFlagd = new Vincenttarrit\FilamentFlagd();
echo $filamentFlagd->echoPhrase('Hello, Vincenttarrit!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Vincent Tarrit](https://github.com/vincent-tarrit)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance79

Regular maintenance activity

Popularity17

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

4

Last Release

108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/22bc0f6c9aa1e3afd6b09879df8741d56a34ee00b0364f1b0aff260bd0d65c24?d=identicon)[vincent-tarrit](/maintainers/vincent-tarrit)

---

Top Contributors

[![vincent-tarrit](https://avatars.githubusercontent.com/u/91567748?v=4)](https://github.com/vincent-tarrit "vincent-tarrit (13 commits)")

---

Tags

laravelvincent-tarritfilament-flagd

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/vincent-tarrit-filament-flagd/health.svg)

```
[![Health](https://phpackages.com/badges/vincent-tarrit-filament-flagd/health.svg)](https://phpackages.com/packages/vincent-tarrit-filament-flagd)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16120.0k](/packages/backstage-mails)

PHPackages © 2026

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