Releases: code-wheel/mcp-http-security-php
Releases · code-wheel/mcp-http-security-php
v1.0.3 - PHP 8.4 Support & Test Suite
What's New
PHP 8.4 Support
- Full compatibility with PHP 8.4
- Tested on PHP 8.1, 8.2, 8.3, and 8.4
Comprehensive Test Suite
- Added extensive unit tests
- Integrated Codecov for coverage reporting
- CI workflow for automated testing
Configuration
- Added configurable key prefix for backward compatibility
Installation
composer require code-wheel/mcp-http-securityRequirements
- PHP >= 8.1
- PSR-7, PSR-15, PSR-3 compatible implementations
Full Changelog
42623ccAdd PHP 8.4 support and comprehensive test suitea03f27bAdd Codecov and CI workflowa67161dAdd configurable key prefix for backward compatibility
v1.0.2
v1.0.1
v1.0.0 - Initial Release
Initial Release
Secure HTTP transport wrapper for MCP servers in PHP.
Features
- API key authentication
- IP allowlisting
- Origin allowlisting
- Rate limiting
- PSR-15 middleware compatible
Installation
composer require code-wheel/mcp-http-security