Download the PHP package procurios/json-rpc without Composer
On this page you can find all versions of the php package procurios/json-rpc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package json-rpc
JSON-RPC 2.0 Server supporting PSR-7
Server
The server is a complete implementation of the JSON-RPC 2.0 specification. The server will expose public methods of an object or a static class which can be optionally limited using an interface or specific parent class.
To encourage interface segregation there is no support for other methods like closures or global functions.
Features
- Full specification including notifications, both parameters by name and by position and batch requests
- Default values are used for skipped arguments
- Variadic arguments are supported
- PSR-7 compatible: This server can directly handle implementations of , returning an implementation of , as defined in PSR-7
Requirements
PHP >= 8.0
Example
Subject classes
MyInterface
MySubjectClass
Handle request directly
Handle PSR-7 ServerRequestInterface
Limit subject to an interface
All versions of json-rpc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
psr/http-factory-implementation Version ^1.0
psr/http-message-implementation Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-factory-implementation Version ^1.0
psr/http-message-implementation Version ^1.0
psr/http-server-handler Version ^1.0
The package procurios/json-rpc contains the following files
Loading the files please wait ....