Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gregor-j committed Mar 21, 2024
1 parent 201eaee commit cf0c62e
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
JsonRPC PHP Client and Server
JSON-RPC PHP Client and Server
=============================

A simple Json-RPC client/server that just works.
A simple JSON-RPC client/server that just works.

Complete fork of `fguillot/JsonRPC` with latest changes.
This is fork of `matasarei/JsonRPC` which in turn is a fork of
`fguillot/JsonRPC`.

Features
--------
Expand All @@ -13,7 +14,7 @@ Features
- Authentication and IP based client restrictions
- Custom Middleware
- Fully unit tested
- Requirements: PHP >= 5.4
- Requirements: PHP >= 7.4
- License: MIT

Author
Expand All @@ -24,14 +25,9 @@ Frédéric Guillot
Installation with Composer
--------------------------

For PHP >= 5.4
For PHP >= 7.4
```bash
composer require fguillot/json-rpc
```

For PHP 5.3 (last supported version):
```bash
composer require fguillot/json-rpc 1.2.5
composer require kba-team/json-rpc
```

Running Test Cases
Expand Down

0 comments on commit cf0c62e

Please sign in to comment.