PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Aleksandar Zivanovic   PHP Request Action Handler   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Request Action Handler
Handle HTTP requests to a REST API
Author: By
Last change:
Date: 5 years ago
Size: 583 bytes
 

Contents

Class file image Download
{ "name": "webactionhandler/framework", "description": "Unique and easy to use PHP 7.1+ framework", "require": { "php": "^7.2|7.3", "psr/http-message": "^1.0" }, "keywords": ["framework"], "homepage": "https://bitbucket.org/coapsy/actionhandler", "license": "MIT", "authors": [ { "name": "Aleksandar Zivanovic", "email": "coapsyfactor@gmail.com", "role": "Developer" } ], "autoload": { "files": [ "src/index.php" ], "psr-4": { "RequestHandler\\": "src/RequestHandler", "App\\": "public" } } }