Flagd Providers
Flagd providers are used for interacting with the flagd service via the OpenFeature SDK, they act as the translation layer between the evaluation API and the flag management system in use (in this case flagd).
Documentation for each language specific provider can be found below:
| Language | Provider |
|---|---|
| Go | Go Flagd Provider |
| Java | Java Flagd Provider |
| Javascript | Javascript Flagd Provider |
| PHP | PHP Flagd Provider |
| Python | Not currently available, help by contributing here |
| .NET | .NET Flagd Provider |
| Ruby | Not currently available, help by contributing here |
Any (new or existing) flagd providers ought to follow these guidelines.