occupation
Software Developers
description
Use dependency injection cleanly in PHP applications. Constructor injection, avoiding service locators, what to put in the container.
updated
Menu
SkillsMP has collected 4 skills from SanderMuller/project-boost-php. Open a skill to review its source and details.
Showing 4 of 4 collected skills.
Use dependency injection cleanly in PHP applications. Constructor injection, avoiding service locators, what to put in the container.
Add modern PHP code to a legacy 7.x codebase incrementally. Typed properties, readonly, enums — how to introduce them without forcing a big-bang upgrade.
Author a boost.php config file. Covers all five with* methods, when each matters, and what NOT to put in there.
Implement a FileEmitter for boost-core to emit a custom file (e.g. .mcp.json, .editorconfig) into the host project during boost:sync.