Skip to content

devmrcl/php-http-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP Methods

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'

About

PHP library containing all HTTP methods

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages