Download the PHP package datto/json-rpc-ssh without Composer
On this page you can find all versions of the php package datto/json-rpc-ssh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package json-rpc-ssh
JSON-RPC for PHP
Features
- Fully compliant with the JSON-RPC 2.0 specifications (with 100% unit-test coverage)
- Flexible: you can choose your own system for interpreting the JSON-RPC method strings
- Minimalistic (just two tiny files)
- Ready to use, with working examples
Requirements
- PHP >= 5.3
License
This package is released under an open-source license: LGPL-3.0
Examples
Client
Server
See the "examples" folder for ready-to-use examples.
Installation
If you're using Composer, you can use this package (datto/json-rpc-ssh) by inserting a line into the "require" section of your "composer.json" file:
Getting started
-
Try the examples! Follow the README file in the "examples" directory to set up an SSH environment. Then run the examples from the project directory like this:
-
Once your example is working, replace the example "Server" code with your own code.
- Write a beautiful wrapper around the JSON-RPC client class that will dovetail with your project.
Author
All versions of json-rpc-ssh with dependencies
PHP Build Version
Package Version
The package datto/json-rpc-ssh contains the following files
Loading the files please wait ....