sajya / server
Easy implementation of the JSON-RPC 2.0 server for the Laravel framework.
Installs: 1 369 602
Dependents: 1
Suggesters: 0
Security: 0
Stars: 216
Watchers: 10
Forks: 22
Open Issues: 9
Requires
- ext-json: *
- doctrine/annotations: ^2.0
- laravel/framework: ^10.0|^11.0
- phpdocumentor/reflection-docblock: ^5.3
Requires (Dev)
- laravel/pint: ^1.4
- orchestra/testbench: ^8.0|^9.0
- phpunit/php-code-coverage: ^10.|^11.0
- phpunit/phpunit: ^10.5|^11.0
- symfony/var-dumper: ^6.0|^7.0
- vimeo/psalm: ^5.23
Suggests
- ext-zlib: Required to compress the response into gzip
- sajya/client: HTTP(S) client for JSON-RPC 2.0
Conflicts
- laravel/framework: <9.32.0
- league/flysystem: <3.0.16
- mockery/mockery: <1.4.2
This package is auto-updated.
Last update: 2024-10-28 05:45:25 UTC
README
Sajya is an open-source project that makes it easy to implement the JSON-RPC 2.0 server specification for Laravel. With Sajya, you can quickly and easily set up a JSON-RPC server that supports all of the features of the specification, including validation of parameters, support for batch and notification requests, and more.
Official Documentation
You can find the complete documentation for Sajya on its website. The documentation includes detailed instructions on how to install and use Sajya, as well as a reference guide for all of its features.
Changelog
To learn about the latest updates and changes to Sajya, please see the CHANGELOG. The changelog includes a list of all the changes made to Sajya in each release, along with the corresponding version number.
Contributing
We welcome contributions to Sajya. Contributions can include bug fixes, new features, and improvements to the documentation.
Maintainers
Sajya is developed and maintained by Alexandr Chernyaev. Alexandr is the main author and maintainer of Sajya, and is responsible for coordinating the development and release of new versions.
License
Sajya is released under the MIT License. Please see the License File for more information.