Phred/tests
Funky Waddle c845868f41 feat: implement M9 & M10 (CLI, Scaffolding, Security, JWT) and standardize middleware
- Implement full suite of 'phred' CLI generators and utility commands (M9).
- Refactor scaffolding logic to use external stubs in 'src/stubs'.
- Add security hardening via SecureHeaders, Csrf, and CORS middleware (M10).
- Implement JWT token issuance and validation service with lcobucci/jwt.
- Integrate 'getphred/flagpole' for feature flag support.
- Introduce abstract 'Middleware' base class for standardized PSR-15 implementation.
- Add robust driver validation to OrmServiceProvider.
- Fix JwtTokenService claims access and validation constraints.
- Update MILESTONES.md status.
2025-12-22 15:52:41 -06:00
..
Feature feat: implement M9 & M10 (CLI, Scaffolding, Security, JWT) and standardize middleware 2025-12-22 15:52:41 -06:00
CommandDiscoveryTest.php initial commit 2025-12-14 17:10:01 -06:00
ConfigTest.php Router groups, Configs 2025-12-14 20:09:06 -06:00
ContentNegotiationTest.php refactor(core): enforce SOLID across HTTP pipeline; add small contracts and defaults; align tests 2025-12-15 09:15:49 -06:00
CreateModuleCommandTest.php Refactor M7 module scaffolding, route inclusion, and tests; implement providers discovery; fix URL extension negotiation; clean docs 2025-12-16 16:14:22 -06:00
ErrorHandlingTest.php refactor(core): enforce SOLID across HTTP pipeline; add small contracts and defaults; align tests 2025-12-15 09:15:49 -06:00
HttpKernelTest.php initial commit 2025-12-14 17:10:01 -06:00
MakeCommandTest.php refactor(core): enforce SOLID across HTTP pipeline; add small contracts and defaults; align tests 2025-12-15 09:15:49 -06:00
MvcViewTest.php Implement M5 service providers, M6 MVC bases, and URL extension negotiation; update docs and tests 2025-12-15 16:08:57 -06:00
ProviderRouteTest.php Implement M5 service providers, M6 MVC bases, and URL extension negotiation; update docs and tests 2025-12-15 16:08:57 -06:00
RouterGroupTest.php Router groups, Configs 2025-12-14 20:09:06 -06:00
UrlExtensionNegotiationTest.php Refactor M7 module scaffolding, route inclusion, and tests; implement providers discovery; fix URL extension negotiation; clean docs 2025-12-16 16:14:22 -06:00