|
1 |
| -# [ABANDONED] Guzzle JSON-RPC |
2 |
| - |
3 |
| -[](http://unmaintained.tech/) |
| 1 | +# Guzzle JSON-RPC |
4 | 2 |
|
5 | 3 | ### This is no longer supported, please consider forking this repository to make any desired changes.
|
6 | 4 |
|
7 |
| -[![Master branch build status][ico-build]][travis] |
8 |
| -[![Coverage Status][ico-coverage]][coverage] |
9 |
| -[![Quality Score][ico-quality]][quality] |
10 |
| -[![Published version][ico-package]][package] |
11 |
| -[![PHP ~5.5][ico-engine]][lang] |
12 |
| -[![MIT Licensed][ico-license]][license] |
13 |
| - |
14 |
| -This library implements [JSON-RPC 2.0][jsonrpc] for the Guzzle HTTP client. We |
15 |
| -try to support all commonly used versions of Guzzle including: |
16 |
| - |
17 |
| -- [GuzzleHTTP 6][guzzle] on [`master`][branch-master] branch, `^3.0` releases |
18 |
| -- [GuzzleHTTP 5][guzzle] on [`guzzle-5`][branch-5] branch, `^2.1` releases |
19 |
| -- [GuzzleHTTP 4][guzzle] on [`guzzle-4`][branch-4] branch, `2.0.*` releases |
20 |
| -- [Guzzle 3][guzzle-3] on [`guzzle-3`][branch-3] branch, `^1.0` releases |
21 |
| - |
22 |
| -It can be installed in whichever way you prefer, but we recommend [Composer][package]. |
23 |
| - |
24 | 5 | ```json
|
25 | 6 | {
|
26 | 7 | "require": {
|
@@ -54,9 +35,6 @@ $client->sendAll([
|
54 | 35 |
|
55 | 36 | ### Async requests
|
56 | 37 |
|
57 |
| -Asynchronous requests are supported by making use of the |
58 |
| -[Guzzle Promises][guzzle-promise] library; an implementation of |
59 |
| -[Promises/A+][promise]. |
60 | 38 |
|
61 | 39 | ```php
|
62 | 40 | <?php
|
@@ -125,31 +103,3 @@ but passing unit tests must be included before it will be considered for merge.
|
125 | 103 |
|
126 | 104 | The content of this library is released under the **MIT License** by
|
127 | 105 | **Nature Delivered Ltd**.
|
128 |
| - |
129 |
| -You can find a copy of this license at |
130 |
| -[mit][mit] or in [`LICENSE`][license] |
131 |
| - |
132 |
| -<!-- Links --> |
133 |
| -[mit]: http://www.opensource.org/licenses/mit |
134 |
| -[travis]: https://travis-ci.org/graze/guzzle-jsonrpc |
135 |
| -[lang]: http://php.net |
136 |
| -[package]: https://packagist.org/packages/graze/guzzle-jsonrpc |
137 |
| -[coverage]: https://scrutinizer-ci.com/g/graze/guzzle-jsonrpc/code-structure |
138 |
| -[quality]: https://scrutinizer-ci.com/g/graze/guzzle-jsonrpc |
139 |
| -[ico-license]: http://img.shields.io/packagist/l/graze/guzzle-jsonrpc.svg?style=flat |
140 |
| -[ico-package]: http://img.shields.io/packagist/v/graze/guzzle-jsonrpc.svg?style=flat |
141 |
| -[ico-build]: http://img.shields.io/travis/graze/guzzle-jsonrpc/master.svg?style=flat |
142 |
| -[ico-engine]: http://img.shields.io/badge/php-~5.5-8892BF.svg?style=flat |
143 |
| -[ico-coverage]: https://img.shields.io/scrutinizer/coverage/g/graze/guzzle-jsonrpc.svg?style=flat |
144 |
| -[ico-quality]: https://img.shields.io/scrutinizer/g/graze/guzzle-jsonrpc.svg?style=flat |
145 |
| -[vagrant]: http://vagrantup.com |
146 |
| -[jsonrpc]: http://jsonrpc.org/specification |
147 |
| -[guzzle]: https://github.com/guzzle/guzzle |
148 |
| -[promise]: https://promisesaplus.com |
149 |
| -[guzzle-3]: https://github.com/guzzle/guzzle3 |
150 |
| -[guzzle-promise]: https://github.com/guzzle/promises |
151 |
| -[branch-3]: https://github.com/graze/guzzle-jsonrpc/tree/guzzle-3 |
152 |
| -[branch-4]: https://github.com/graze/guzzle-jsonrpc/tree/guzzle-4 |
153 |
| -[branch-5]: https://github.com/graze/guzzle-jsonrpc/tree/guzzle-5 |
154 |
| -[branch-master]: https://github.com/graze/guzzle-jsonrpc |
155 |
| -[license]: LICENSE |
0 commit comments