zenmanage/zenmanage-laravel

Zenmanage API SDK for Laravel

2.0.1 2024-04-25 18:33 UTC

This package is auto-updated.

Last update: 2024-04-25 18:34:19 UTC


README

Build Status

This library helps with integrating Zenmanage into Laravel applications.

Installation

This library can be installed via Composer:

composer require zenmanage/zenmanage-laravel

Configuration

The only required configuration is the Environment Token. You can get your Environment Token via the Project settings in your Zenmanage 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

ZENMANAGE_ENVIRONMENT_TOKEN=tok-sample

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zenmanage/zenmanage-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 Zenmanage’s code bases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

What is Zenmanage?

Zenmanage allows you to control which features and settings are enabled in your application giving you better flexibility to deploy code and release features.

Zenmanage was started in 2023 as an alternative to highly complex feature flag tools. Learn more about us.