Wiki source code of JsonRpcBundle
Last modified by Ashterix on 2024/07/11 13:11
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
44.1 | 1 | {{box cssClass="floatinginfobox" width="400px"}} |
![]() |
20.1 | 2 | {{html}} |
![]() |
44.1 | 3 | <div style='text-align: center;margin:0 0 10px 0;'><a class="button-link packagist" data-cke-saved-href="https://packagist.org/packages/ufo-tech/json-rpc-bundle" href="https://packagist.org/packages/ufo-tech/json-rpc-bundle"><img data-cke-saved-src="https://packagist.org/img/logo-small.png" src="https://packagist.org/img/logo-small.png">Packagist</a> <a class="button-link" data-cke-saved-href="https://github.com/UFO-Tech/json-rpc-bundle" href="https://github.com/UFO-Tech/json-rpc-bundle"><img data-cke-saved-src="https://camo.githubusercontent.com/dfe7e80288901f8d5e8de7562d6f94491e2a7f8042316fd544fe3b6364b63783/68747470733a2f2f69636f6e2d6c6962726172792e636f6d2f696d616765732f6769746875622d69636f6e2d77686974652f6769746875622d69636f6e2d77686974652d362e6a7067" src="https://camo.githubusercontent.com/dfe7e80288901f8d5e8de7562d6f94491e2a7f8042316fd544fe3b6364b63783/68747470733a2f2f69636f6e2d6c6962726172792e636f6d2f696d616765732f6769746875622d69636f6e2d77686974652f6769746875622d69636f6e2d77686974652d362e6a7067">GitHub</a></div> |
![]() |
20.1 | 4 | {{/html}} |
![]() |
17.2 | 5 | |
![]() |
44.1 | 6 | |**Current Version** | [[image:https://img.shields.io/github/v/tag/ufo-tech/json-rpc-bundle?color=blue&label=&logo=Packagist&logoColor=white&labelColor=7b8185]] |
7 | | **Category** | Api | ||
8 | | **Type** | Symfony Bundle | ||
9 | | **Dependencies** |[[image:https://img.shields.io/packagist/dependency-v/ufo-tech/json-rpc-bundle/php?logo=PHP&logoColor=white]] | ||
![]() |
29.2 | 10 | [[image:https://img.shields.io/packagist/dependency-v/ufo-tech/json-rpc-bundle/symfony/framework-bundle?label=Symfony&logo=Symfony&logoColor=white]] |
11 | [[image:https://img.shields.io/packagist/dependency-v/ufo-tech/json-rpc-bundle/symfony/serializer?label=SymfonySerializer&logo=Symfony&logoColor=white]] | ||
12 | [[image:https://img.shields.io/packagist/dependency-v/ufo-tech/json-rpc-bundle/symfony/serializer?label=SymfonyCache&logo=Symfony&logoColor=white]] | ||
![]() |
44.1 | 13 | | **Size** | [[image:https://img.shields.io/github/repo-size/ufo-tech/json-rpc-bundle?label=Size%20of%20the%20repository]] |
14 | | **License** | [[image:https://img.shields.io/badge/license-MIT-green?labelColor=7b8185]] | ||
![]() |
20.1 | 15 | {{/box}} |
![]() |
11.1 | 16 | |
![]() |
44.1 | 17 | = Package for Easy Creation of API via JSON-RPC Server = |
![]() |
1.1 | 18 | |
![]() |
44.1 | 19 | >Creating RPC services for service-oriented architecture on Symfony has never been easier. |
![]() |
29.2 | 20 | |
![]() |
44.1 | 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 |
![]() |
1.1 | 22 | |
![]() |
44.1 | 23 | == Key Benefits == |
![]() |
32.2 | 24 | |
![]() |
44.1 | 25 | * **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. |
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 | * **Efficiency**: Thanks to the optimization of calls and the use of modern Symfony components, the package guarantees high performance when processing requests. | ||
![]() |
21.1 | 28 | |
![]() |
44.1 | 29 | {{info}} |
30 | {{include reference="docs.JsonRpcBundle.changeLog.7\.0.WebHome"/}} | ||
31 | {{/info}} | ||
![]() |
43.1 | 32 | |
33 | {{include reference="docs.JsonRpcBundle.functionality.WebHome"/}} | ||
34 | |||
35 | |||
![]() |
44.1 | 36 | == Documentation sections == |
![]() |
43.1 | 37 | |
![]() |
44.1 | 38 | You can find detailed information about every aspect of using and configuring the library in |
![]() |
43.1 | 39 | |
40 | {{children/}} |