aerikin/json-rpc

JSON-RPC 2.0 for PHP

1.3.2 2017-02-17 16:34 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:58:25 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