PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP HTTP Header Response   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP HTTP Header Response
Send response headers to process HTTP requests
Author: By
Last change:
Date: 11 months ago
Size: 861 bytes
 

Contents

Class file image Download
{ "name": "ph-7/php-http-response-header", "description": "A simple package to send HTTP header responses.", "keywords": [ "HTTP status code", "status code", "HTTP status codes", "http", "response", "HTTP header" ], "homepage": "https://pierrehenry.be", "type": "library", "license": "MIT", "authors": [ { "name": "Pierre-Henry Soria", "email": "hi@PH7.me", "homepage": "https://github.com/pH-7" } ], "require": { "php": ">=8.0", "ph-7/just-http-status-codes": "^1.1" }, "require-dev": { "phpunit/phpunit": "^10.2" }, "autoload": { "psr-4": { "PH7\\PhpHttpResponseHeader\\": "src/" } }, "scripts": { "test": "vendor/bin/phpunit" } }