Download the PHP package michalzimka/feature-toggle without Composer
On this page you can find all versions of the php package michalzimka/feature-toggle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michalzimka/feature-toggle
More information about michalzimka/feature-toggle
Files in michalzimka/feature-toggle
Download michalzimka/feature-toggle
More information about michalzimka/feature-toggle
Files in michalzimka/feature-toggle
Vendor michalzimka
Package feature-toggle
Short Description Feature Toggle Bundle for Symfony provides an easy way to manage feature flags in your Symfony applications.
License MIT
Homepage https://github.com/gzim324/FeatureToggle
Package feature-toggle
Short Description Feature Toggle Bundle for Symfony provides an easy way to manage feature flags in your Symfony applications.
License MIT
Homepage https://github.com/gzim324/FeatureToggle
Please rate this library. Is it a good library?
Informations about the package feature-toggle
Feature Toggle Bundle
Feature Toggle Bundle for Symfony provides an easy way to manage feature flags in your Symfony applications.
Installation
Configuration
You can create FeatureToggle
entity with properties:
\
Then create a repository implementing FeatureToggle\Repository\FeatureToggleRepositoryInterface
and set this class in
feature_toggle.yaml
.
For example:
Usage
Command: toggle:list
The php bin/console toggle:list
command allows you to manage and view the list of feature toggles in your application.
Syntax
Options
--active=<value>
(optional): Filters the results based on the status of feature toggles. Possible values:true
- Returns only active feature toggles.false
- Returns only inactive feature toggles.- If the option is not provided, the full list of feature toggles is displayed.
Usage
-
Display the full list of feature toggles:
-
Display only active feature toggles:
- Display only inactive feature toggles:
Sample Output
All versions of feature-toggle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
symfony/framework-bundle Version 6.* || 7.*
symfony/console Version 6.* || 7.*
symfony/framework-bundle Version 6.* || 7.*
symfony/console Version 6.* || 7.*
The package michalzimka/feature-toggle contains the following files
Loading the files please wait ....