PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Till Wehowski   PHP JSON RPC Discoverable Server   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP JSON RPC Discoverable Server
Implements a JSON RPC server that is discoverable
Author: By
Last change:
Date: 2 years ago
Size: 426 bytes
 

Contents

Class file image Download
{ "name" : "frdl/json-rpc-server-dicoverable", "type" : "library", "description": "rpc.discover procedure for uma/json-rpc.", "license": ["MIT"], "require" : { "php": ">=7.1", "uma/json-rpc" : "^2.1.2" }, "suggest": { "frdl/json-rpc-server-eventable": "Allows using the PRC-Server events" }, "autoload": { "psr-4": { "frdlweb\\Api\\Rpc\\": "src/" } } }