From db5f74cc6a7e7e6fe24fb18d97e5fa739db11f7c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 17 Sep 2026 23:15:46 -0400 Subject: [PATCH] feat: add Featureflip PHP provider to the ecosystem The Featureflip entry lists five technologies; the PHP provider shipped as featureflip/featureflip-openfeature on Packagist and is documented in the same OpenFeature integration guide the other five entries link to. Signed-off-by: Jake Howard --- src/datasets/providers/featureflip.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/datasets/providers/featureflip.ts b/src/datasets/providers/featureflip.ts index a6a540cb0..cfe927dbc 100644 --- a/src/datasets/providers/featureflip.ts +++ b/src/datasets/providers/featureflip.ts @@ -36,5 +36,11 @@ export const Featureflip: Provider = { href: 'https://featureflip.io/docs/integrations/openfeature/', category: ['Server'], }, + { + technology: 'PHP', + vendorOfficial: true, + href: 'https://featureflip.io/docs/integrations/openfeature/', + category: ['Server'], + }, ], };