subugoe/text-api-bundle
Composer 安装命令:
composer require subugoe/text-api-bundle
包简介
Provides general TextAPI implementation for Symfony 6
README 文档
README
Symfony Framework Bundle that generates TextAPI resources
Requirements
- PHP >= 8.1
- Composer
- Symfony >= 6.2
Installation
-
To add this bundle to your Symfony application please run:
composer require @subugoe/text-api-bundle -
This bundle requires your custom Translator that communicates with your database layer to retrieve the actual data from your solution. The translator class needs to implement the
TranslatorInterface. -
Add this configuration to your
/config/services.yaml:myapp.translator: class: App\Service\[YOUR_CUSTOM_TRANSLATOR_CLASS] subugoe_text_api.text_api_service: class: Subugoe\TextApiBundle\Service\TextApiService calls: - setTranslator: ['@myapp.translator'] -
Create a controller that fits your needs and call methods from the
TextApiService. Creating routes is not in the scope of this bundle so you still keep the full control of your Responses. There is an example controller under/examples.
统计信息
- 总下载量: 197
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0-or-later
- 更新时间: 2023-01-30