PHPackages                             npg/bandiera-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. npg/bandiera-client-php

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

npg/bandiera-client-php
=======================

Bandiera is a simple, stand-alone feature flagging service that is not tied to any existing web framework or language. This is a client for talking to the web service.

1.0.1(10y ago)6571MITPHPPHP &gt;=5.5.0

Since Jul 7Pushed 10y ago56 watchersCompare

[ Source](https://github.com/nature/bandiera-client-php)[ Packagist](https://packagist.org/packages/npg/bandiera-client-php)[ Docs](https://github.com/nature/bandiera)[ RSS](/packages/npg-bandiera-client-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Bandiera PHP Client
===================

[](#bandiera-php-client)

This is a client for talking to the [Bandiera](https://github.com/springernature/bandiera) feature flagging service from a PHP application.

This client is compatible with the v2 Bandiera API.

[![Build status](https://camo.githubusercontent.com/f619a2baa78bca27e8a0d117e6bd4f8b6163b456b7eb62fd478ab97d37fa935b/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f737072696e6765726e61747572652f62616e64696572612d636c69656e742d7068702f6d61737465722e737667)](https://travis-ci.org/springernature/bandiera-client-php)[![MIT licensed](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Installation
============

[](#installation)

Installation is done via composer. In your `composer.json` file add:

```
{
    "require": {
        "npg/bandiera-client-php": "~1.0"
    }
}
```

Usage
=====

[](#usage)

You can interact with the Bandiera server like so:

```
