Changes for page JsonRpcBundle
Last modified by Ashterix on 2024/07/11 13:11
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -18,7 +18,8 @@ 18 18 19 19 >Creating RPC services for service-oriented architecture on Symfony has never been easier. 20 20 21 -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 21 +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. 22 +{{include reference="docs.JsonRpcBundle.changeLog.7\.0.WebHome"/}} 22 22 23 23 == Key Benefits == 24 24 ... ... @@ -26,11 +26,6 @@ 26 26 * **Flexibility**: The package provides great flexibility in API creation, allowing developers to easily extend and modify server behavior without interfering with existing code. 27 27 * **Efficiency**: Thanks to the optimization of calls and the use of modern Symfony components, the package guarantees high performance when processing requests. 28 28 29 -{{include reference="docs.JsonRpcBundle.changeLog.7\.0.WebHome"/}} 30 - 31 -{{include reference="docs.JsonRpcBundle.functionality.WebHome"/}} 32 - 33 - 34 34 == Documentation sections == 35 35 36 36 You can find detailed information about every aspect of using and configuring the library in