Packages from cleancode
-
PHP
cleancode/feature-toggle-bundle
Feature toggle is responsible for switching service injection depending on configuration. Allowing to modify system behavior without changing code.
-
PHP
cleancode/injectable-bundle
Injectable-bundle is responsible for injecting array of objects into your class. By tagging you mark an service to be injected into your target service.