Skip to content

Releases: nizsheanez/yii2-json-rpc

Add json HTTP response header

12 Jun 05:29
bb898ea
Compare
Choose a tag to compare
Merge pull request #9 from perfectio/patch-2

Update Action.php

Fixed headers_sent() usage

12 May 04:10
Compare
Choose a tag to compare
Merge pull request #7 from bmwx591/patch-1

Update Action.php

Fixed cycle trait usage

20 Apr 08:11
Compare
Choose a tag to compare
Merge pull request #6 from nikosid/master

Fixed cycle traits using

Exception reparing

05 Apr 02:56
Compare
Choose a tag to compare
Merge pull request #4 from Reza1607/master

two bug fix

Version 1.1.1

14 Sep 08:52
Compare
Choose a tag to compare
  • Json-Rpc 2.0 Specification support
  • Usig traits for sincapsulate json-rpc protocol specification
  • Json-Rpc server implementation as Action
  • Json-Rpc client