Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidehalo/json-rpc
Implements of JSON-RPC 2.0 protocol and client/server stubs
https://github.com/hidehalo/json-rpc
json-rpc json-rpc-client json-rpc-server php rpc stub
Last synced: about 2 months ago
JSON representation
Implements of JSON-RPC 2.0 protocol and client/server stubs
- Host: GitHub
- URL: https://github.com/hidehalo/json-rpc
- Owner: hidehalo
- License: other
- Created: 2017-03-30T09:17:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T15:11:18.000Z (almost 7 years ago)
- Last Synced: 2023-08-21T11:18:04.595Z (over 1 year ago)
- Topics: json-rpc, json-rpc-client, json-rpc-server, php, rpc, stub
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JSON-RPC
Implements of JSON-RPC 2.0 protocol and client/server stubs
## Install
Via Composer
``` bash
$ composer require hidehalo/json-rpc
```## Usage
``` php
# TODO...
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
$ composer test
```## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Credits
- [hidehalo](https://github.com/hidehalo)
- [All Contributors](https://github.com/hidehalo/json-rpc/graphs/contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.