PHPackages                             getsidekicker/flagr-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. getsidekicker/flagr-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

getsidekicker/flagr-client
==========================

Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1".

1.1.14(3y ago)022.5k↓25%1MITPHPPHP &gt;=7.4

Since Aug 15Pushed 3y ago2 watchersCompare

[ Source](https://github.com/getsidekicker/flagr-client)[ Packagist](https://packagist.org/packages/getsidekicker/flagr-client)[ Docs](https://github.com/getsidekicker/flagr-client)[ RSS](/packages/getsidekicker-flagr-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (4)Used By (1)

flagr-client
============

[](#flagr-client)

Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is "/api/v1".

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/getsidekicker/flagr-client.git"
    }
  ],
  "require": {
    "getsidekicker/flagr-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
