Skip to content

Releases: DawidMazurek/php-jsonrpc-server

Refactor to PSR-2

28 Mar 19:05
ec45f51
Compare
Choose a tag to compare
Merge pull request #16 from DawidMazurek/psr-2-namespaces

Transform namespaces to PSR-2

Exceptions with custom message

24 Feb 08:07
90313d3
Compare
Choose a tag to compare
  • Added possibility to specify custom message within exception. It can give precise info what exactly was wrong

JsonRpcServer input

22 Feb 22:21
a0c3391
Compare
Choose a tag to compare
  • JsonRpcServer now accepts JsonRpcInput instead JsonRpcRequestAggregate
  • Added proper handling of ParseError while input is not valid

Initial stable

10 Feb 22:00
f8410f3
Compare
Choose a tag to compare
Merge pull request #9 from DawidMazurek/coverage

code coverage report