Skip to content

Releases: code-wheel/mcp-http-security-php

v1.0.3 - PHP 8.4 Support & Test Suite

09 Jan 21:14

Choose a tag to compare

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-security

Requirements

  • PHP >= 8.1
  • PSR-7, PSR-15, PSR-3 compatible implementations

Full Changelog

  • 42623cc Add PHP 8.4 support and comprehensive test suite
  • a03f27b Add Codecov and CI workflow
  • a67161d Add configurable key prefix for backward compatibility

v1.0.2

09 Jan 21:15

Choose a tag to compare

Bug fixes and improvements.

v1.0.1

09 Jan 21:15

Choose a tag to compare

Bug fixes and improvements.

v1.0.0 - Initial Release

09 Jan 21:15

Choose a tag to compare

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