jeyroik / extas-api-jsonrpc
There is no license information available for the latest version (0.1.6) of this package.
JSON RPC api package
0.1.6
2020-09-30 13:11 UTC
Requires
Requires (Dev)
README
Описание
Extas-совместимый JSON RPC сервер.
Использование
Создание операций
Операции создаются с помощью пакета extas-operations-jsonrpc
:
extas.json
{ "jsonrpc_operations": [ { "name": "jsonrpc.operation.index", "...": "the rest operation fields" } ] }
Запуск сервера
# php -S 0.0.0.0:8080 -t vendor/jeyroik/extas-api/public