Download the PHP package halloverden/symfony-feature-flag-bundle without Composer
On this page you can find all versions of the php package halloverden/symfony-feature-flag-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download halloverden/symfony-feature-flag-bundle
More information about halloverden/symfony-feature-flag-bundle
Files in halloverden/symfony-feature-flag-bundle
Download halloverden/symfony-feature-flag-bundle
More information about halloverden/symfony-feature-flag-bundle
Files in halloverden/symfony-feature-flag-bundle
Vendor halloverden
Package symfony-feature-flag-bundle
Short Description Ability to enable and disable feature flags with commands
License MIT
Package symfony-feature-flag-bundle
Short Description Ability to enable and disable feature flags with commands
License MIT
Please rate this library. Is it a good library?
Informations about the package symfony-feature-flag-bundle
HalloVerdenFeatureFlagBundle
Ability to activate and deactivate features dynamically.
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
Create an entity representing your feature.
Create and run migration for your new FeatureFlag
Create the FeatureFlag
Activate feature
Deactivate feature
Check if feature is activated:
All versions of symfony-feature-flag-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
symfony/dependency-injection Version ^6.4|^7.1
symfony/http-kernel Version ^6.4|^7.1
halloverden/symfony-entity-utils-bundle Version ^4.3
doctrine/doctrine-bundle Version ^2.5
symfony/dependency-injection Version ^6.4|^7.1
symfony/http-kernel Version ^6.4|^7.1
halloverden/symfony-entity-utils-bundle Version ^4.3
doctrine/doctrine-bundle Version ^2.5
The package halloverden/symfony-feature-flag-bundle contains the following files
Loading the files please wait ....