gollumsf/rest-bundle
最新稳定版本:v3.0.2
Composer 安装命令:
composer require gollumsf/rest-bundle
包简介
Very simple REST Api implementation
关键字:
README 文档
README
Very simple REST Api implementation
Requirements:
- PHP >= 8.2
- Symfony 6.4, 7.x or 8.0
Installation:
composer require gollumsf/rest-bundle
config/bundles.php
return [ // [ ... ] GollumSF\RestBundle\GollumSFRestBundle::class => ['all' => true], ];
config.yml
gollum_sf_rest: max_limit_item: 100 # (optional, default : 100) Max limit item API support when call ApiSearch, if 0 no limit. default_limit_item: 25 # (optional, default : 25) Default limit item API support if no limit on request when call ApiSearch always_serialized_exception: false # (optional, default : false) All symfony exception return json response. If false only route with Serialize attribute
Usages:
统计信息
- 总下载量: 1.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-10-02