Skip to content

Commit

Permalink
Merge pull request #10 from the-kbA-team/9-switch-composer-namespace-…
Browse files Browse the repository at this point in the history
…to-kba-team

switch composer namespace to kba team
  • Loading branch information
gregor-j authored Mar 21, 2024
2 parents e7a6a47 + cf0c62e commit adafa63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fguillot/json-rpc",
"description": "Simple Json-RPC client/server library that just works",
"homepage": "https://github.com/matasarei/JsonRPC",
"name": "kba-team/json-rpc",
"description": "Simple JSON-RPC client/server library that just works",
"homepage": "https://github.com/the-kbA-team/json-rpc/",
"type": "library",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit adafa63

Please sign in to comment.