PHPackages                             c588/yii2-jsonrpc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. c588/yii2-jsonrpc

ActiveYii2-extension[API Development](/categories/api)

c588/yii2-jsonrpc
=================

Yii2 JSON-RPC server implementation

00PHP

Since Apr 29Pushed 1y agoCompare

[ Source](https://github.com/c588/yii2-jsonrpc)[ Packagist](https://packagist.org/packages/c588/yii2-jsonrpc)[ RSS](/packages/c588-yii2-jsonrpc/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 JSON-RPC
=============

[](#yii2-json-rpc)

Yii2 extension for JSON-RPC server implementation. Works not as Remote Procedure Call, but Remote Action Call, therefor leaves all Yii2 power for your service.

[![Build Status](https://camo.githubusercontent.com/7c798d0cd86f2e891e8b50b969d6e7e48b6a24ec0a6e6771e484f139d76ba185/68747470733a2f2f7472617669732d63692e6f72672f67656f7267697175652f796969322d6a736f6e7270632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/georgique/yii2-jsonrpc)

Features
--------

[](#features)

- Uses full Yii2 power, because method string is translated into a route.
- Lightweight.
- Fully [JSON-RPC 2.0](http://www.jsonrpc.org/specification) compliant.

Usage
-----

[](#usage)

Entry point:

```
