twentytwo-labs/orm-feature-flag

Bundle to manage features flag

Installs: 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:symfony-bundle

pkg:composer/twentytwo-labs/orm-feature-flag

1.0.2 2024-09-29 20:26 UTC

This package is auto-updated.

Last update: 2025-09-29 03:14:39 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
            identifier: IDENTIFIER #default "key"

where:

  • ENTITY is an Entity witch implement FeatureInterface
  • IDENTIFIER is a field in ENTITY