Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.