Download the PHP package rpdvlpr/configcat-laravel without Composer
On this page you can find all versions of the php package rpdvlpr/configcat-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rpdvlpr/configcat-laravel
More information about rpdvlpr/configcat-laravel
Files in rpdvlpr/configcat-laravel
Package configcat-laravel
Short Description Laravel plugin for the ConfigCat php-sdk
License MIT
Homepage https://github.com/configcat/laravel
Informations about the package configcat-laravel
ConfigCat Laravel Plugin for ConfigCat PHP SDK
ConfigCat SDK for PHP provides easy integration between ConfigCat service and applications using PHP.
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. https://configcat.com
Getting started
1. Install the package with Composer
This will install:
- The ConfigCat PHP SDK in vendor\configcat\configcat-client
- The ConfigCat Laravel Plugin in vendor\configcat\configcat-laravel
2. Enable ConfigCat Plugin in Laravel
Note: you can skip this step if you have Laravel 5.5+\ First, we need to add the ConfigCat Services to the list of Providers in config/app.php:
If you want to use an ConfigCat facade, add an alias in the same file (not required):
3. Load configuration
To configure the plugin, you must publish the plugin configuration file.
Publish the default configuration file with the following command:
4. Set YOUR API KEY
Log in to ConfigCat Management Console and go to your Project to get your API Key:
Paste YOUR API KEY into the .env
file
5. Get your setting value:
Using this, you will be able to get different setting values for different users in your application.\ Percentage and targeted rollouts are calculated by the user object identified by Laravel's Auth class.\ It uses Session ID as a fallback if there is no authenticated user
Read more about Targeting here.
Support
If you need help how to use this Laravel Plugin for the ConfigCat PHP SDK feel free to to contact the ConfigCat Staff on https://configcat.com. We're happy to help.
Contributing
Contributions are welcome.