aerikin/json-rpc

JSON-RPC 2.0 for PHP

Installs: 43

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 1

pkg:composer/aerikin/json-rpc

1.3.2 2017-02-17 16:34 UTC

This package is not auto-updated.

Last update: 2025-12-21 00:49:04 UTC


README

JSON-RPC 2.0 for PHP

Build Status

Installation

  1. Run command
composer require aerikin/json-rpc
  1. Or add this to your composer.json, and composer update
{
    "require": {
        "aerikin/json-rpc": "*"
    }
}

and run command install or update

composer install
#or
composer update