devimteam / rpc-server
Inject into your project abstraction on RPC calls according JSON-RPC 2.0 Specification
Installs: 13 321
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 1
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: 2025-02-01 22:02:55 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