pheature-flags/toggle-crud

View on GitHub
Branch: 1.0.x(View all)
NameLines of codeMaintainabilityTest coverage
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yml
.github/workflows/coding-standards.yml
.github/workflows/mutation-tests.yml
.github/workflows/phpunit.yml
.github/workflows/psalm.yml
.github_changelog_generator
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.md
composer.json
grumphp.yml
infection.json.dist
phpcs.xml.dist
phpunit.xml.dist
psalm.xml
src/Command/CreateFeature.php20
A
0 mins
src/Command/DisableFeature.php20
A
0 mins
src/Command/EnableFeature.php20
A
0 mins
src/Command/RemoveFeature.php20
A
0 mins
src/Command/RemoveStrategy.php27
A
0 mins
src/Command/SetStrategy.php60
A
0 mins
src/Container/ConfigProvider.php33
A
0 mins
src/Handler/CreateFeature.php19
A
0 mins
src/Handler/CreateFeatureFactory.php18
A
0 mins
src/Handler/DisableFeature.php19
A
0 mins
src/Handler/DisableFeatureFactory.php18
A
0 mins
src/Handler/EnableFeature.php19
A
0 mins
src/Handler/EnableFeatureFactory.php18
A
0 mins
src/Handler/RemoveFeature.php19
A
0 mins
src/Handler/RemoveFeatureFactory.php18
A
0 mins
src/Handler/RemoveStrategy.php19
A
0 mins
src/Handler/RemoveStrategyFactory.php20
A
0 mins
src/Handler/SetStrategy.php22
A
0 mins
src/Handler/SetStrategyFactory.php18
A
0 mins
src/Repository/EventDispatcherAwareFeatureRepository.php37
A
0 mins