PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon PHP HTTP Request Params   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Mezon PHP HTTP Request Params
Get the values of the current HTTP request
Author: By
Last change:
Date: 3 years ago
Size: 791 bytes
 

Contents

Class file image Download
{ "name": "mezon/http-request-params", "description": "Small script for parameters fetcher", "license": "MIT", "authors": [ { "name": "Dodonov Alexey", "email": "alexey@dodonov.pro", "homepage": "http://gdzone.ru", "role": "Founder" } ], "require": { "php": ">=7.2.0", "mezon/request-params" : "^1.0" }, "support": { "email": "alexey@dodonov.pro", "issues": "https://github.com/alexdodonov/mezon-http-request-params/issues", "source": "https://github.com/alexdodonov/mezon-http-request-params" }, "minimum-stability": "dev", "homepage": "https://github.com/alexdodonov/mezon-http-request-params", "prefer-stable": true, "autoload": { "psr-4": { "Mezon\\Transport\\": "" } }, "scripts": { "test" : "php ./vendor/phpunit/phpunit/phpunit" } }