-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare new version 0.6.1 with support for Symfony 4
- Loading branch information
Christoph Singer
committed
Mar 10, 2018
1 parent
69ca0b7
commit a243cc7
Showing
6 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
JsonRpcBundle | ||
============= | ||
|
||
[![Build Status](https://secure.travis-ci.org/wasinger/jsonrpc-bundle.png?branch=master)](http://travis-ci.org/wasinger/jsonrpc-bundle) | ||
[![Build Status](https://secure.travis-ci.org/wasinger/jsonrpc-bundle.svg?branch=master)](http://travis-ci.org/wasinger/jsonrpc-bundle) | ||
[![Latest Version](http://img.shields.io/packagist/v/wa72/jsonrpc-bundle.svg)](https://packagist.org/packages/wa72/jsonrpc-bundle) | ||
[![Downloads from Packagist](http://img.shields.io/packagist/dt/wa72/jsonrpc-bundle.svg)](https://packagist.org/packages/wa72/jsonrpc-bundle) | ||
|
||
|
||
JsonRpcBundle is a bundle for Symfony 2 and 3 that allows to easily build a JSON-RPC server for web services using [JSON-RPC 2.0] (http://www.jsonrpc.org/specification). | ||
JsonRpcBundle is a bundle for Symfony that allows to easily build a JSON-RPC server for web services using | ||
[JSON-RPC 2.0](http://www.jsonrpc.org/specification). | ||
|
||
*Currently it does not work yet with Symfony 4.* | ||
|
||
The bundle contains a controller that is able to expose methods of any service registered in the Symfony service container as a JSON-RPC web service. | ||
The bundle contains a controller that is able to expose methods of any public service registered in the Symfony service | ||
container as a JSON-RPC web service. | ||
|
||
Documentation | ||
------------- | ||
|
||
Documentation is found in [Resources/doc/index.rst](Resources/doc/index.rst). | ||
|
||
|
||
© 2013-2017 Christoph Singer, Web-Agentur 72. Licensed under the MIT license. | ||
© 2013-2018 Christoph Singer, Web-Agentur 72. Licensed under the MIT license. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters