Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new GO Feature Flag PHP provider #106

Merged
merged 8 commits into from
Sep 3, 2024
Merged

Conversation

thomaspoignant
Copy link
Member

@thomaspoignant thomaspoignant commented Aug 8, 2024

This PR

  • This PR contains the implementation of a PHP provider for GO Feature Flag.

Resolve thomaspoignant/go-feature-flag#1714

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
@thomaspoignant thomaspoignant requested a review from a team as a code owner August 8, 2024 15:18
@thomaspoignant thomaspoignant force-pushed the goff-php-provider branch 2 times, most recently from 6218ede to 380c997 Compare August 8, 2024 15:24
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
@tcarrio
Copy link
Member

tcarrio commented Aug 9, 2024

This is largely up to you, but it would be convenient for consumers of the SDKs to be able to utilize the PHP HTTP discovery package to automatically provide a PSR compliant implementation based on their packages.

This is in no way something I would expect before merging a 0.1.0 version.

I know that there are still some tests to fix, but let me know if there is any more I can help with @thomaspoignant 👋

Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
@thomaspoignant
Copy link
Member Author

Hey @tcarrio, thanks for your input about the HTTP Client.
I've tried to address it by letting people override it in the Config object.

This version is now ready to be reviewed, I'll be happy to have your feedback.

@thomaspoignant thomaspoignant marked this pull request as ready for review August 12, 2024 20:11
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
Signed-off-by: Thomas Poignant <thomas.poignant@gmail.com>
@thomaspoignant thomaspoignant merged commit 4ba0033 into main Sep 3, 2024
21 checks passed
@thomaspoignant thomaspoignant deleted the goff-php-provider branch September 3, 2024 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(feature) <PHP provider>
3 participants