PHPackages                             bugbuster/tivoka - 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. [API Development](/categories/api)
4. /
5. bugbuster/tivoka

ActiveContao-module[API Development](/categories/api)

bugbuster/tivoka
================

The universal JSON-RPC client/server library. JSON-RPC done right! Contao version

1.1.1(9y ago)04.6k1[2 issues](https://github.com/BugBuster1701/contao-tivoka/issues)1MITPHPPHP &gt;=5.3

Since Dec 15Pushed 9y ago1 watchersCompare

[ Source](https://github.com/BugBuster1701/contao-tivoka)[ Packagist](https://packagist.org/packages/bugbuster/tivoka)[ Docs](http://contao.ninja)[ RSS](/packages/bugbuster-tivoka/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (1)

Contao Tivoka [![Build Status](https://camo.githubusercontent.com/c5b87e5a564ceb594d6c0e796dcc69c6f07f4638fa5ca56ea64081dc0f59af6a/68747470733a2f2f7472617669732d63692e6f72672f427567427573746572313730312f636f6e74616f2d7469766f6b612e737667)](https://travis-ci.org/BugBuster1701/contao-tivoka)
==================================================================================================================================================================================================================================================================================================

[](#contao-tivoka-)

[JSON-RPC](http://jsonrpc.org/) client and server for PHP 5.3+

Based on [tivoka](https://github.com/marcelklehr/tivoka) in version 3.4.0

- JSON-RPC client/server library for PHP (supports v1.0 and v2.0 specs)
- Easily switch between the [v1.0](http://json-rpc.org/wiki/specification) and [v2.0](http://jsonrpc.org/specification) specs
- HTTP, TCP and Websocket transports available
- New: CurlHTTP available, used if HTTP not allowed (allow\_url\_fopen)

Examples
--------

[](#examples)

These are just some quick examples. Check out the docs in [`/doc/`](https://github.com/BugBuster1701/contao-tivoka/tree/master/doc).

Do a request through HTTP...

```
