File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 6
6
This package allows you to create and evaluate JSON-RPC messages, using your own
7
7
PHP code to evaluate the requests.
8
8
9
- This package simply abstracts away the details of the JSON-RPC messaging format.
10
- It allows you to create and evaluate any JSON-RPC message. It does * not*
11
- provide a transport layer—which you'll also need if you want to send or
12
- receive messages over a distance! One of the beautiful features of JSON-RPC is
13
- that you can use * any* transport layer to send your messages. This package makes
14
- that possible.
15
-
16
- If you're looking for a complete, end-to-end solution—including the transport
17
- layer—then you should use one of these packages instead:
9
+ This package allows you to create and evaluate any JSON-RPC message. It
10
+ implements the JSON-RPC specifications, but does * not* provide a transport
11
+ layer—which you'll also need if you want to send or receive messages over a
12
+ distance! One of the beautiful features of JSON-RPC is that you can use * any*
13
+ transport layer to carry your messages: This package gives you that option.
14
+
15
+ If you're looking for an end-to-end solution, with the transport layer included,
16
+ then you should use one of these alternative packages instead:
18
17
* To send messages over HTTP(S), use the
19
18
[ php-json-rpc-http] ( https://github.com/datto/php-json-rpc-http ) package.
20
19
* To send messages over SSH, use the
You can’t perform that action at this time.
0 commit comments