Commit graph

5 commits

Author SHA1 Message Date
Funky Waddle cf30f3e41a M12: Serialization/validation utilities and pagination
Some checks failed
CI / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
CI / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
2025-12-23 17:40:02 -06:00
Funky Waddle a6888de9e8 M11-OR: Multiple storage disks, log channel management, and HTTP client middleware. 2025-12-22 18:12:38 -06:00
Funky Waddle aab18f4d8f M11: Logging, HTTP client, and filesystem 2025-12-22 18:00:45 -06:00
Funky Waddle 0229077954 Fix tests 2025-12-22 16:04:15 -06:00
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