{ "name": "phpdevcommunity/php-requestkit", "description": "A lightweight and efficient PHP library for handling, validating, and transforming incoming HTTP requests, supporting both form submissions and JSON API payloads.", "type": "library", "license": "MIT", "authors": [ { "name": "F. Michel", "homepage": "https://www.phpdevcommunity.com" } ], "autoload": { "psr-4": { "PhpDevCommunity\\RequestKit\\": "src", "Test\\PhpDevCommunity\\RequestKit\\": "tests" }, "files": [ "functions/helpers.php" ] }, "require": { "php": ">=7.4", "ext-json": "*", "phpdevcommunity/php-validator": "^1.1", "psr/http-message": "^2.0" }, "require-dev": { "phpdevcommunity/unitester": "^0.1.0@alpha" } }