jeyroik/extas-api-jsonrpc

此包的最新版本(0.1.6)没有可用的许可信息。

JSON RPC api 包

0.1.6 2020-09-30 13:11 UTC

This package is auto-updated.

Last update: 2024-09-29 05:55:50 UTC


README

tests codecov.io PHPStan Enabled Extas Installer v3 Latest Stable Version Total Downloads Dependents

描述

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