Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions src/datasets/providers/flagsmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export const Flagsmith: Provider = {
name: 'Flagsmith',
logo: FlagsmithSvg,
technologies: [
{
technology: '.NET',
vendorOfficial: true,
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
category: ['Server'],
},
{
technology: 'Go',
vendorOfficial: true,
Expand All @@ -30,9 +36,9 @@ export const Flagsmith: Provider = {
category: ['Server'],
},
{
technology: '.NET',
technology: 'PHP',
vendorOfficial: true,
href: 'https://github.com/open-feature/dotnet-sdk-contrib/tree/main/src/OpenFeature.Contrib.Providers.Flagsmith',
href: 'https://github.com/open-feature/php-sdk-contrib/tree/main/providers/Flagsmith',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please confirm that the provider can be installed? I think there may have been an issue pushing to the open-feature-php org. I pinged @tcarrio to see if he could help me with the troubleshooting.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes of course. I'll take a look and keep you posted

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@beeme1mr @tcarrio

My understanding after going through the workflows is that we would need to create an empty repo in the open-feature-php org and re-run the split workflow with the open-feature/flagsmith-provider-0.1.1, is it right?

It seems the workflow failed because the target repo does not exist. I am not sure whether we need to configure packagist to pick it up.

Let me know how can I assist

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tcarrio is going to look into this when he has a moment. It's a bit complex because it's difficult to publish PHP packages from a monorepo. Sorry for the delay on this.

category: ['Server'],
},
{
Expand Down