Releases: AnvilM/mcp-php-boilerplate
Releases · AnvilM/mcp-php-boilerplate
v1.0.3
v1.0.3 – 2025-12-31
Key Changes
- Extracted environment variables loading into a dedicated
EnvironmentBootloader. - Ensured environment variables are available from the earliest stage of bootstrapping.
- Fixed an issue where environment variables were inaccessible in bootloaders that executed before their loading.
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.1 – 2025-12-30
Key Changes
- Added a new rule to PHP CS Fixer to enforce consistent coding standards.
- Applied the new rule across the codebase, improving code style consistency.
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0 – 2025-12-30
Key Changes
- Provided minimal configuration for local development.
- Included the basic project boilerplate.
- Implemented a structured and scalable architecture for easy extension and maintenance.
- Comprehensive documentation for installation and usage is available in the README.
Full Changelog: https://github.com/AnvilM/mcp-php-boilerplate/commits/v1.0.0