All Projects → sajya → server

sajya / server

Licence: MIT license
Implement the JSON-RPC 2.0 server specification for @laravel.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

Projects that are alternatives of or similar to server

Rpc Codec
JSON-RPC 2.0 codec for Go net/rpc standard library
Stars: ✭ 87 (-43.51%)
Mutual labels:  json-rpc, rpc
Jsonrpc
The jsonrpc package helps implement of JSON-RPC 2.0
Stars: ✭ 143 (-7.14%)
Mutual labels:  json-rpc, rpc
Remote Function
Make function calls to remote hosts seamlessly
Stars: ✭ 95 (-38.31%)
Mutual labels:  json-rpc, rpc
Vs Streamjsonrpc
The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Stars: ✭ 421 (+173.38%)
Mutual labels:  json-rpc, rpc
Ether1
Official Go implementation of The Etho Protocol
Stars: ✭ 41 (-73.38%)
Mutual labels:  json-rpc, rpc
Getty
a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Stars: ✭ 532 (+245.45%)
Mutual labels:  json-rpc, rpc
Jsonrpcserver
Process JSON-RPC requests in Python
Stars: ✭ 126 (-18.18%)
Mutual labels:  json-rpc, rpc
scala-json-rpc
Let your servers and clients communicate over function calls! JSON-RPC 2.0 library for Scala and Scala.js
Stars: ✭ 38 (-75.32%)
Mutual labels:  json-rpc, rpc
xmlrpcwsc-dotnet
XML-RPC Web Service Client C# implementation
Stars: ✭ 30 (-80.52%)
Mutual labels:  json-rpc, rpc
node-mole-rpc
Transport agnostic spec compliant JSON RPC client and server
Stars: ✭ 54 (-64.94%)
Mutual labels:  json-rpc, rpc-server
JsonRpc.Standard
An asynchronous .NET Standard library for JSON RPC client & server implementation.
Stars: ✭ 27 (-82.47%)
Mutual labels:  json-rpc, rpc
nodejs grpc
GRPC based API CRUD using Nodejs at both server and client side
Stars: ✭ 17 (-88.96%)
Mutual labels:  rpc, rpc-server
Joyrpc
high-performance, high-extensibility Java rpc framework.
Stars: ✭ 290 (+88.31%)
Mutual labels:  json-rpc, rpc
Libjson Rpc Cpp
C++ framework for json-rpc (json remote procedure call)
Stars: ✭ 653 (+324.03%)
Mutual labels:  json-rpc, rpc
aiohttp-rpc
A simple JSON-RPC for aiohttp
Stars: ✭ 22 (-85.71%)
Mutual labels:  json-rpc, rpc
Jrpc
JSON-RPC implementation in C++17
Stars: ✭ 113 (-26.62%)
Mutual labels:  json-rpc, rpc
Hprose Php
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
Stars: ✭ 1,952 (+1167.53%)
Mutual labels:  rpc, rpc-server
jsonrpcpp
C++ JSON-RPC 2.0 library
Stars: ✭ 97 (-37.01%)
Mutual labels:  json-rpc, rpc
Rpc
Simple RPC style APIs with generated clients & servers.
Stars: ✭ 192 (+24.68%)
Mutual labels:  json-rpc, rpc
Spooky
An HttpClient based Json RPC 2.0/XML-RPC client for .Net.
Stars: ✭ 16 (-89.61%)
Mutual labels:  json-rpc, rpc

Laravel JSON RPC

Latest Version on Packagist GitHub Tests Action Status codecov Total Downloads

Introduction

Sajya is an open-source project that aims to quickly implement the JSON-RPC 2.0 server specification for Laravel.

Some features:

  • Quick and straightforward route adding
  • Validation of parameters and custom messages
  • Support batch requests
  • Support notification requests

Official Documentation

Documentation for Sajya can be found on its website.

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Maintainers

Sajya is developed and maintained by Alexandr Chernyaev.

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].