PHPackages                             neofusion/json-rpc-bundle - 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. neofusion/json-rpc-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

neofusion/json-rpc-bundle
=========================

JSON-RPC 2.0 Server for Symfony

v0.3.0(7y ago)33.5k2MITPHPPHP ^5.5.9|^7.0

Since Oct 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/NeoFusion/JsonRpcBundle)[ Packagist](https://packagist.org/packages/neofusion/json-rpc-bundle)[ Docs](https://github.com/NeoFusion/JsonRpcBundle)[ RSS](/packages/neofusion-json-rpc-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (7)Versions (4)Used By (0)

NeoFusionJsonRpcBundle
======================

[](#neofusionjsonrpcbundle)

JSON-RPC 2.0 Server for Symfony

[![Build Status](https://camo.githubusercontent.com/428946db67964a035857f885f53edb1d84665506e2883ca049cbd5d1e980a412/68747470733a2f2f7472617669732d63692e636f6d2f4e656f467573696f6e2f4a736f6e52706342756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/NeoFusion/JsonRpcBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/1b8a4a65cc5b88af64e5d4c63057adeb0f173a0c594d45a82d2aae9379431692/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4e656f467573696f6e2f4a736f6e52706342756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/NeoFusion/JsonRpcBundle/?branch=master)

[![SensioLabsInsight](https://camo.githubusercontent.com/c0daf0e42a295e2f6ac3291a883a9d2a5daf3e8939c4323f188ea6bc9101c3ef/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34626662353038342d373366312d346161352d626562632d6165616564393639346639622f6269672e706e67)](https://insight.sensiolabs.com/projects/4bfb5084-73f1-4aa5-bebc-aeaed9694f9b)

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require neofusion/json-rpc-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
