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

This package is auto-updated.

Last update: 2024-10-29 06:11:56 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