snicco/method-override-middleware

v2.0.0-beta.9 2024-09-07 14:27 UTC

README

codecov Psalm Type-Coverage Psalm level PhpMetrics - Static Analysis PHP-Versions

A middleware for the snicco/http-routing component that allows you to override the HTTP method for POST requests to either PATCH|PUT|DELELE based on the post body.

Installation

composer require snicco/method-override-middleware

Usage

This middleware should be added for globally in the MiddlewareResolver.

To allow overwriting the HTTP method, either a _method must be present in the request body or the X-HTTP-Method-Override header must be present.

Overwriting the HTTP method only works for POST methods. Valid values are PATCH|PUT|DELELE.

Contributing

This repository is a read-only split of the development repo of the Snicco project.

This is how you can contribute.

Reporting issues and sending pull requests

Please report issues in the Snicco monorepo.

Security

If you discover a security vulnerability, please follow our disclosure procedure.