All Projects → launchdarkly → php-server-sdk

launchdarkly / php-server-sdk

Licence: other
LaunchDarkly Server-side SDK for PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-server-sdk

ruby-server-sdk
LaunchDarkly Server-side SDK for Ruby
Stars: ✭ 25 (-19.35%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
java-server-sdk
LaunchDarkly Server-Side SDK for Java
Stars: ✭ 71 (+129.03%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
erlang-server-sdk
LaunchDarkly Server-Side SDK for Erlang/Elixir
Stars: ✭ 16 (-48.39%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
ios-client-sdk
LaunchDarkly Client-side SDK for iOS (Swift and Obj-C)
Stars: ✭ 45 (+45.16%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
js-client-sdk
LaunchDarkly Client-side SDK for Browser JavaScript
Stars: ✭ 93 (+200%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly, launchdarkly-sdk
ld-redux
A library to integrate launch darkly with react redux
Stars: ✭ 33 (+6.45%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly
jest-launchdarkly-mock
Easily unit test LaunchDarkly feature flagged components with jest
Stars: ✭ 14 (-54.84%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly
ld-scheduler
Schedule Launch Darkly flags on or off
Stars: ✭ 14 (-54.84%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly
react-client-sdk
LaunchDarkly Client-side SDK for React.js
Stars: ✭ 42 (+35.48%)
Mutual labels:  feature-flags, feature-toggles, launchdarkly-sdk
Unleash Client Go
Unleash Client for Go
Stars: ✭ 78 (+151.61%)
Mutual labels:  feature-flags, feature-toggles
Flagsmith Frontend
Web App and Mobile App for Flagsmith
Stars: ✭ 86 (+177.42%)
Mutual labels:  feature-flags, feature-toggles
flagsmith
Open Source Feature Flagging and Remote Config Service. Host on-prem or use our hosted version at https://flagsmith.com/
Stars: ✭ 2,309 (+7348.39%)
Mutual labels:  feature-flags, feature-toggles
Molasses
Feature toggle library for elixir
Stars: ✭ 70 (+125.81%)
Mutual labels:  feature-flags, feature-toggles
Flipper
Flipper is a simple and useful tool to deal with feature toggles
Stars: ✭ 64 (+106.45%)
Mutual labels:  feature-flags, feature-toggles
Flipt
An open-source, on-prem feature flag solution
Stars: ✭ 1,623 (+5135.48%)
Mutual labels:  feature-flags, feature-toggles
Unleash Client Python
Unleash client for Python 💡💡💡
Stars: ✭ 44 (+41.94%)
Mutual labels:  feature-flags, feature-toggles
Javascript Client
NodeJS and Browser SDK client for Split Software
Stars: ✭ 30 (-3.23%)
Mutual labels:  feature-flags, feature-toggles
Flagr
Flagr is a feature flagging, A/B testing and dynamic configuration microservice
Stars: ✭ 1,776 (+5629.03%)
Mutual labels:  feature-flags, feature-toggles
Piranha
A tool for refactoring code related to feature flag APIs
Stars: ✭ 1,840 (+5835.48%)
Mutual labels:  feature-flags, feature-toggles
Unleash Client Node
Unleash client SDK for Node.js
Stars: ✭ 137 (+341.94%)
Mutual labels:  feature-flags, feature-toggles

LaunchDarkly Server-side SDK for PHP

Circle CI Packagist Documentation

LaunchDarkly overview

LaunchDarkly is a feature management platform that serves over 100 billion feature flags daily to help teams build better software, faster. Get started using LaunchDarkly today!

Twitter Follow

Supported PHP versions

This version of the LaunchDarkly SDK is compatible with PHP 8.0 and higher.

Getting started

Refer to the SDK reference guide for instructions on getting started with using the SDK.

Learn more

Check out our documentation for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the complete reference guide for this SDK.

The authoritative description of all types, properties, and methods is in the generated API documentation.

Testing

We run integration tests for all our SDKs using a centralized test harness. This approach gives us the ability to test for consistency across SDKs, as well as test networking behavior in a long-running application. These tests cover each method in the SDK, and verify that event sending, flag evaluation, stream reconnection, and other aspects of the SDK all behave correctly.

Contributing

We encourage pull requests and other contributions from the community. Check out our contributing guidelines for instructions on how to contribute to this SDK.

About LaunchDarkly

  • LaunchDarkly is a continuous delivery platform that provides feature flags as a service and allows developers to iterate quickly and safely. We allow you to easily flag your features and manage them from the LaunchDarkly dashboard. With LaunchDarkly, you can:
    • Roll out a new feature to a subset of your users (like a group of users who opt-in to a beta tester group), gathering feedback and bug reports from real-world use cases.
    • Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
    • Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
    • Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
  • LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read our documentation for a complete list.
  • Explore LaunchDarkly
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].