PHPackages                             fritz-payment/jsonrpc - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. fritz-payment/jsonrpc

ActiveLibrary[HTTP &amp; Networking](/categories/http)

fritz-payment/jsonrpc
=====================

A general JSON RPC client.

0.1.0(13y ago)0281MITPHPPHP &gt;=5.3.0

Since May 14Pushed 13y ago3 watchersCompare

[ Source](https://github.com/fritz-payment/jsonrpc)[ Packagist](https://packagist.org/packages/fritz-payment/jsonrpc)[ Docs](https://github.com/fritz-payment/jsonrpc)[ RSS](/packages/fritz-payment-jsonrpc/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

jsonrpc
=======

[](#jsonrpc)

A general JSON RPC implementation for PHP.

- Support for different transports (currently a cURL implementation exists).
- Different JSON RPC Codecs (currently JSON RPC Version 1.0 as defined by  is implemented; JSON RPC 2.0  will be supported soon).
- Clean API.

Project Wiki
============

[](#project-wiki)

[GitHub Project Wiki](https://github.com/fritz-payment/jsonrpc/wiki)

What's new
==========

[](#whats-new)

Version 0.2.0
-------------

[](#version-020)

- Implementation of JSON RPC 2.0 Codec.

Version 0.1.0
-------------

[](#version-010)

- Finished basic implementations.

Getting started
===============

[](#getting-started)

Installation
------------

[](#installation)

You can use Composer () to install the JSON RPC library.

```
{
    "require": {
        "fritz-payment/jsonrpc": "dev-master"
    }
}

```

Usage
-----

[](#usage)

This example calls a JSON RPC 1.0 method "test.echo" on the URL  using cURL.

```
