PHP library containing all HTTP methods listed in the IANA registry.
composer require mrcl/http-methods
The HttpMethod
interface contains all HTTP methods as constants
use Mrcl\Utils\InternetStandards\HttpMethod;
HttpMethod::GET // 'GET'
HttpMethod::POST // 'POST'