This library helps with integrating Flagstaff into Laravel applications.
This library can be installed via Composer:
composer require useflagstaff/flagstaff-laravelThe only required configuration is the Environment Token. You can get your Environment Token via the Project settings in your Flagstaff account.
Configuration values can be set when creating a new API client or via environment variables. The environment takes precedence over values provided during the initialization process.
Configuration via environment variables
FLAGSTAFF_ENVIRONMENT_TOKEN=tok-sampleBug reports and pull requests are welcome on GitHub at https://github.com/useflagstaff/flagstaff-laravel. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The library is available as open source under the terms of the MIT License.
Everyone interacting in the Flagstaff's code bases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
Flagstaff allows you to control which features are enabled in your application giving you better flexibility to deploy code and release features.
Flagstaff was started in 2023 as an alternative to highly complex feature flag tools. Learn more about us.