Download the PHP package featurit/featurit-sdk-php without Composer
On this page you can find all versions of the php package featurit/featurit-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download featurit/featurit-sdk-php
More information about featurit/featurit-sdk-php
Files in featurit/featurit-sdk-php
Informations about the package featurit-sdk-php
FeaturIT SDK for PHP
PHP client for the FeaturIT Feature Flag management platform.
Description
This package aims to simplify the integration of the FeaturIT API in a PHP project.
Getting started
Dependencies
- PHP >= 8.0
- psr/http-client-implementation
- psr/simple-cache-implementation
Installing
composer require featurit/featurit-sdk-php
If there's no package providing psr/http-client-implementation, visit https://packagist.org/providers/psr/http-client-implementation and choose the package that better suits your project.
If there's no package providing psr/simple-cache-implementation, visit https://packagist.org/providers/psr/simple-cache-implementation and choose the package that better suits your project.
Basic Usage
Segmentation Usage
This is useful when you want to show different versions of your features to your users depending on certain attributes.
Creating a UserContextProvider
In some cases you want to fill the UserContext data once and forget about it when checking for feature flags.
If that is your case you can implement your own UserContextProvider and pass it to the Featurit client constructor (we recommend using our builder in order to create a new Featurit client).
Event Tracking
In order to track some event in your application, you can add this once the event has happened:
All the events and people you track in the same request will be accumulated and associated to the current FeaturitUserContext, if for some reason you want to send the data immediately, you can do as follows:
Authors
FeaturIT
All versions of featurit-sdk-php with dependencies
ext-json Version *
laminas/laminas-serializer Version ^2.14
lastguest/murmurhash Version ^2.1
php-http/client-common Version ^2.3
php-http/discovery Version ^1.12
psr/http-client Version ^1.0
psr/http-client-implementation Version ^1.0
psr/http-factory Version ^1.0
psr/http-factory-implementation Version ^1.0
psr/simple-cache Version ^1.0 || ^2.0 || ^3.0
psr/simple-cache-implementation Version ^1.0 || ^2.0 || ^3.0
symfony/cache Version ^5.0 | ^6.0 | ^7.0