configcat/openfeature-provider
OpenFeature provider for PHP that connects the OpenFeature PHP SDK to ConfigCat. Configure with your ConfigCat SDK key and optional client options, then evaluate feature flags via the OpenFeature client (boolean, string, etc.). PHP 8.1+.
Avoid if:
Consider alternatives if:
*"This package lets us adopt ConfigCat’s feature flag service while future-proofing our tech stack with OpenFeature, an emerging standard for feature management. Here’s why it matters:
*"This ConfigCat OpenFeature provider for PHP enables:
if (app()->env('FEATURE_X'))) with a standardized OpenFeatureAPI client.$app->bind(ConfigCatProvider::class, fn() => new ConfigCatProvider(env('CONFIGCAT_SDK_KEY')));
if ($client->getBooleanValue('new-checkout-flow', false)) {
return new NewCheckoutController();
}
LogLevel::DEBUG for troubleshooting.
Next steps:configcat/openfeature-provider to composer.json.env() or AWS Secrets Manager).Note: Highlight ConfigCat’s free tier (up to 10k flags) to reduce adoption friction.
How can I help you explore Laravel packages today?