useflagstaff/flagstaff-laravel

Flagstaff API SDK for Laravel


License
MIT

Documentation

Flagstaff API SDK for Laravel

Build Status

This library helps with integrating Flagstaff into Laravel applications.

Installation

This library can be installed via Composer:

composer require useflagstaff/flagstaff-laravel

Configuration

The 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-sample

Contributing

Bug 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.

License

The library is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the Flagstaff's code bases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

What is Flagstaff?

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.