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-04-29 04:09:48 UTC


README

tests codecov.io PHPStan Enabled 68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63353836303763636135343035316138646239352f6d61696e7461696e6162696c697479 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