Download the PHP package configcat/configcat-client without Composer
On this page you can find all versions of the php package configcat/configcat-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download configcat/configcat-client
More information about configcat/configcat-client
Files in configcat/configcat-client
Package configcat-client
Short Description ConfigCat is a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.
License MIT
Homepage https://github.com/configcat/php-sdk
Informations about the package configcat-client
ConfigCat SDK for PHP
ConfigCat SDK for PHP provides easy integration for your application to ConfigCat.
ConfigCat is a feature flag and configuration management service that lets you separate releases from deployments. You can turn your features ON/OFF using ConfigCat Dashboard even after they are deployed. ConfigCat lets you target specific groups of users based on region, email or any other custom user attribute.
ConfigCat is a hosted feature flag service. Manage feature toggles across frontend, backend, mobile, desktop apps. Alternative to LaunchDarkly. Management app + feature flag SDKs.
Requirements
- PHP >= 8.1
ConfigCat SDK for PHP >= 7.1 is available here.
Getting started
1. Install the package with Composer
2. Go to the ConfigCat Dashboard to get your SDK Key:
3. Create the ConfigCat client instance
4. Get your setting value:
Getting user specific setting values with Targeting
Using this feature, you will be able to get different setting values for different users in your application by passing a User Object
to the getValue()
function.
Read more about Targeting here.
User object
Percentage and targeted rollouts are calculated by the user object you can optionally pass to the configuration requests. The user object must be created with a mandatory identifier parameter which should uniquely identify each user:
Sample/Demo app
Need help?
Contributing
Contributions are welcome. For more info please read the Contribution Guideline.
About ConfigCat
All versions of configcat-client with dependencies
guzzlehttp/guzzle Version ^7.0
psr/log Version ^2.0|^3.0
ext-json Version *
z4kn4fein/php-semver Version ^2.0
psr/http-client Version ^1.0