mrcl/http-methods

HTTP Methods library

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/mrcl/http-methods

1.0.1 2021-05-17 14:26 UTC

This package is auto-updated.

Last update: 2025-10-18 00:57:52 UTC


README

PHP library containing all HTTP methods listed in the IANA registry.

Installation

composer require mrcl/http-methods

Usage

The HttpMethod interface contains all HTTP methods as constants

use Mrcl\Utils\InternetStandards\HttpMethod;

HttpMethod::GET  // 'GET'       
HttpMethod::POST // 'POST'