Changes for page JsonRpcBundle

Last modified by Ashterix on 2024/07/11 13:11

From version 3.1
edited by Ashterix
on 2024/05/10 14:46
Change comment: There is no comment for this version
To version 4.1
edited by Ashterix
on 2024/05/12 20:30
Change comment: Document converted from syntax xwiki/2.1 to syntax xwiki/2.1

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -Markdown 1.2
1 +XWiki 2.1
Content
... ... @@ -12,19 +12,19 @@
12 12  | **License** | ![License](https://img.shields.io/badge/license-MIT-green?labelColor=7b8185) |
13 13  {{/box}}
14 14  
15 -# Package for Easy Creation of API via JSON-RPC Server
15 += Package for Easy Creation of API via JSON-RPC Server =
16 16  
17 -> Creating RPC services for service-oriented architecture on Symfony has never been easier.
17 +>Creating RPC services for service-oriented architecture on Symfony has never been easier.
18 18  
19 19  This package makes it easy to create an API using a JSON-RPC server for Symfony v.6.* and later. It is suitable for developers who want to quickly and efficiently integrate RPC functionality into their projects.
20 20  
21 -## Key Benefits
21 +== Key Benefits ==
22 22  
23 23  * **Ease of Integration**: Integrating this package into your project is extremely straightforward. You simply need to add a special interface to any existing class, and it will automatically gain the capability to handle JSON-RPC requests.
24 24  * **Flexibility**: The package provides great flexibility in API creation, allowing developers to easily extend and modify server behavior without interfering with existing code.
25 25  * **Efficiency**: Thanks to the optimization of calls and the use of modern Symfony components, the package guarantees high performance when processing requests.
26 26  
27 -## Documentation sections
27 +== Documentation sections ==
28 28  
29 29  You can find detailed information about every aspect of using and configuring the library in
30 30