php-sdk

ConfigCat SDK for PHP. ConfigCat is a hosted feature flag service: https://configcat.com. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.

MIT License

Downloads
686K
Stars
14
Committers
12
php-sdk - v5.0.0

Published by z4kn4fein about 4 years ago

Addressing global data handling and processing trends via Data Governance feature. Customers can control the geographic location where their config JSONs get published to. See the docs.
We are introducing a new DataGovernance initialization parameter. Set this parameter to be in sync with the Data Governance preference on the Dashboard.
Breaking change:

  • Custom cache implementations should implement the new cache interface using key parameter in the get/set methods.
php-sdk - v4.1.0

Published by z4kn4fein about 4 years ago

Added variation id related functions to support integration with analytical tools:

  • getVariationId()
  • getAllVariationIds()
  • getKeyAndValue()
php-sdk - v4.0.1

Published by z4kn4fein over 4 years ago

Fix warning reported in #6

php-sdk - v4.0.0

Published by configcat over 4 years ago

Breaking change: Renamed API Key to SDK Key.

php-sdk - ConfigCat PHP SDK v3.0.3

Published by configcat over 4 years ago

Add ^2.0 monolog dependency

php-sdk - v3.0.2

Published by configcat over 4 years ago

Moving from config_v3.json to config_v4.json.

php-sdk - v3.0.1

Published by configcat over 4 years ago

Supporting sensitive comparators in targeting rules.

php-sdk - ConfigCat PHP SDK v2.0.3

Published by configcat almost 5 years ago

Logging fix

php-sdk - ConfigCat PHP SDK v2.0.2

Published by configcat almost 5 years ago

php-sdk - ConfigCat PHP SDK v2.0.1

Published by configcat almost 5 years ago

php-sdk - ConfigCat PHP SDK v2.0.0

Published by configcat almost 5 years ago

php-sdk - ConfigCat PHP SDK v1.2.0

Published by configcat over 5 years ago

Extends API with getAllKeys()

php-sdk - ConfigCat PHP SDK v1.1.0

Published by configcat over 5 years ago

php-sdk - ConfigCat PHP SDK v1.0.0

Published by configcat almost 6 years ago

First release