twentytwo-labs/orm-feature-flag

Bundle to manage features flag

1.0.0 2024-05-21 18:43 UTC

This package is auto-updated.

Last update: 2024-05-21 18:46:30 UTC


README

Using Doctrine to store Twentytwo Labs Feature Flags.

Configuration

# config/packages/twentytwo_labs_feature_flag.yaml
twentytwo_labs_feature_flag:
   managers:
      admin:
         factory: twenty-two-labs.feature-flags.factory.orm
         options:
            class: ENTITY

where: