aoe / feature-flag
Add ability to use feature flags for extensions and content elements.
Installs: 4 231
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 31
Forks: 4
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^8.1
- ext-json: *
- typo3/cms-core: ^12.4
- typo3/cms-extbase: *
- typo3/cms-scheduler: *
Requires (Dev)
- phpcompatibility/php-compatibility: ^9.3
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^1.10
- phpunit/phpcov: ^9.0.0
- rector/rector: ^1.0
- symplify/easy-coding-standard: ^12.1
- symplify/phpstan-rules: ^13.0.0
- typo3/testing-framework: ^8.0.9
- dev-main / 12.0.x-dev
- 12.0.5
- 12.0.4
- 12.0.3
- 12.0.0
- 11.3.1
- 11.3.0
- 11.2.1
- 11.2.0
- 11.1.9
- 11.1.8
- 11.1.7
- 11.1.6
- 11.1.5
- 11.1.4
- 11.1.3
- 11.1.2
- 11.1.1
- 11.1.0
- 11.0.0
- 9.0.0
- 8.1.1
- 8.1.0
- 8.0.0
- 5.2.0
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.4.1
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.1
- 4.0.0
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.7
- 3.1.6
- 3.1.5
- 3.0.2
- 3.0.1
- 0.3.1
- 0.3.0
- dev-TYPO3_11
- dev-feature/codestyle_migration
- dev-TYPO3_9
- dev-TYPO3_8
- dev-TYPO3_7
This package is auto-updated.
Last update: 2024-10-11 08:53:40 UTC
README
Add ability to use feature flags for extensions and content elements
Build information
Documentation
The documentation is available online at docs.typo3.org.
Download / Installation
You can download and install this extension from the TER (TYPO3 Extension Repository) or use composer.
composer require aoe/feature-flag
Versions and Support
Copyright / License
Copyright: (c) 2015 - 2024, AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html
Contributing
1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github