devimteam / rpc-server
There is no license information available for the latest version (1.0.7) of this package.
Inject into your project abstraction on RPC calls according JSON-RPC 2.0 Specification
1.0.7
2018-05-28 10:05 UTC
Requires
- php: >=7
- doctrine/orm: ~2.5.4
- symfony/http-foundation: ^3.1|^4.0
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-15 03:39:29 UTC
README
Intro
Inject into your project abstraction on RPC calls according JSON-RPC 2.0 Specification
Installation
Install via composer
$ composer require devimteam/rpc-server
Use-cases
Contributing
Install vendors
$ composer install
Run tests
$ php vendor/bin/codecept run