Git Product home page Git Product logo

floodgate-io / php-sdk Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26 KB

PHP SDK for Floodgate, a feature rollout service which provides a centralized management console for managing application feature flags.

Home Page: https://floodgate.io

License: MIT License

PHP 100.00%
feature-flags feature-toggles configuration-management remote-config canary-release dark-launching php-sdk continuous-integration continuous-delivery cicd floodgate-sdk floodgate

php-sdk's Introduction

FloodGate SDK for PHP

Overview

This is the PHP SDK for Floodgate, a feature rollout service which provides a centralised management console for managing remote feature flags.

Compatibility

This SDK is designed to work with PHP 5.3+

Installing

You can install the Floodgate SDK using Composer

composer require floodgate/floodgate-php-sdk

Usage

Below is an example of a simple implementation of getting a single flag value.

$floodgateClient = new FloodgateSDK\FloodgateClient('enter-your-sdk-key');

$result = $floodgateClient->GetValue('feature-flag-key', false);

if ($result) {
  // Do something new and exciting
}
else {
  // Do whatever I usually do
}

Submitting issues

Sometimes everyone has issues! The Floodgate teams tracks all issues submitted to this issue tracker. You are encouraged to use the issue tracker to report any bugs or submit your general feedback and feature enhancements. We will do our best to respond as quickly as possible.

Contributing

We are always looking for talented engineers to join the Floodgate team. If you would like to contribue to our projects feel free to fork this project and when ready issue a PR back for review.

About Floodgate

Floodgate is a remote feature management system designed to help engineering teams and product teams work independently. Using feature flags managed by Floodgate you will dramatically reduce the risks software companies face when releasing and deploying new features.

With Floodgate you can use fine grained user targeting to test out new features in your production environment with minimal impact and risk to your existing systems and customers. Floodgate provides a simple to use percentage rollout facility to allow you to perform canary releases with just a few clicks.

To learn more about Floodgate, visit us at https://floodgate.io or contact [email protected]. To get started with feature flags for free at https://app.floodgate.io/signup.

Floodgate has currently developed following SDKs.

Contributing a New SDK

If you would like to contribute to Floodgate's library of SDKs and create an SDK for a new language, feel free to drop us an email at [email protected]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.