warpeddimension/gazpacho-soup
Composer 安装命令:
composer require warpeddimension/gazpacho-soup
包简介
Attribute based router for PHP 8
README 文档
README
A souper attribute-based router for PHP 8.0+. Written from the ground up for interoperability and ease of use, using PHP built-in features instead of workarounds.
Features
- Fully attribute based, no docblocks
- Controller based
- Controller convenience methods for outputting data in a structured JSON blob
- Routes can respond to multiple HTTP Verbs
- Automatic Controller Discovery
- Multiple controller roots
- Supports these methods of controller discovery:
- PSR4 file tree analysis
- Manual manifest
- composer.json namespace searching
- Automatic parameter extraction (
$_FILE,$_POST,$_GET) - Regex-based url path parameters
- Extensible authentication handler designed to link in to anything with per-route context
- Router errors are PHP exceptions. Throw as much as you want.
- Exceptions can have HTTP codes attached.
- Request model parsing
- Certain classes can be placed in the route parameters and used as-is with no manual parsing.
- Add your own models to the parser using
IRequestModel - Add other models you don't control using the
HandlerOverrideRegistry - Supports these PHP classes out of the box:
- DateTime
- Parameter Transformers
- Modify parameter data as it is being extracted
- Filter incoming data before it ever reaches the route action for enhanced security
- Supports these transformers out of the box:
- Base64Decode (decodes a base64 string)
- Base64ImageDecode (decodes a base64 image URL into a GDImage, requires ext-gd)
- Error Hooks
- Intercept errors before they're ever sent to the client and transform them, silence them and more.
- All stages of the request process are covered.
Contribute
All contributions are welcome! Just pop over to the repo and submit ideas/changes.
warpeddimension/gazpacho-soup 适用场景与选型建议
warpeddimension/gazpacho-soup 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 131 次下载、GitHub Stars 达 0, 最近一次更新时间为 2021 年 04 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 warpeddimension/gazpacho-soup 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 warpeddimension/gazpacho-soup 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 131
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-2.1-or-later
- 更新时间: 2021-04-28