PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Ahmad Mustapha   PHP HTTP Status Code Constants Class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Status Code Constants Class
Return HTTP status codes and their descriptions
Author: By
Last change:
Date: 1 year ago
Size: 391 bytes
 

Contents

Class file image Download
{ "name": "ahmard/http-status-codes", "description": "Http Status Code Enums", "type": "library", "license": "MIT", "autoload": { "psr-4": { "HttpStatusCodes\\": "src/" } }, "authors": [ { "name": "ahmard", "email": "ahmardy@outlook.com" } ], "require": { "php": ">=8.1" } }