Skip to content

Releases: AnvilM/mcp-php-boilerplate

v1.0.3

30 Dec 22:11
e5bc0cb

Choose a tag to compare

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

30 Dec 19:48
4693726

Choose a tag to compare

v1.0.2 – 2025-12-30

Key Changes

  • Hotfix: composer project name

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Dec 00:54
4965e7a

Choose a tag to compare

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

30 Dec 00:31
dfe22d6

Choose a tag to compare

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