zfr/zfr-rest
Composer 安装命令:
composer require zfr/zfr-rest
包简介
Zend Framework 2 REST Module.
关键字:
README 文档
README
Installation
Install the module by typing (or add it to your composer.json file):
php composer.phar require zfr/zfr-rest:0.5.*
Then, add the keys "ZfrRest" to your modules list in application.config.php file, and copy-paste the file
zfr_rest.global.php.dist into your autoload folder (don't forget to remove the .dist extension at the end!).
ZfrRest 0.4+ vs ZfrRest 0.3
Starting from version 0.4, ZfrRest has been completely rewritten from scratch. Previously, ZfrRest used to do a lot of things automatically for you, from rendering, to automatic routing and creation of routes. While it was nice for very simple use cases, it was actually very hard to extend, introduced a lot of performance problems and was quite unflexible.
Now, ZfrRest is more a "small REST utility". It provides a simple way to handle HTTP exceptions, a lightweight controller that can both handle action and HTTP verbs, and a view layer adapted for resource rendering (that can optionally use versioning to render a resource differently based on the version). You can consider ZfrRest as a module that you can use if you want to create a REST API, instead of a full-blown module like Apigility or previous ZfrRest versions.
Additionally, dependency to Doctrine has been completely removed and can be used by anyone.
ZfrRest vs Apigility
Apigility is a Zend Framework 2 API builder that also aims to simplify the creation of REST APIs.
Starting from ZfrRest 0.4+, there is actually nothing in common between those two libraries. Apigility is a full-blown module that does a lot of things, from headers negotiation, automatic rendering, link generation, a code-generator... On the other hand, ZfrRest is the bare metal, and leave most of the responsibility and power to you.
Documentation
The official documentation is available in the /docs folder.
zfr/zfr-rest 适用场景与选型建议
zfr/zfr-rest 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 20.65k 次下载、GitHub Stars 达 81, 最近一次更新时间为 2013 年 01 月 05 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「rest」 「api」 「zf2」 「restful」 「Zend Framework」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 zfr/zfr-rest 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 zfr/zfr-rest 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 zfr/zfr-rest 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
LosLog provides some log utility
EdpModuleLayouts is very simple Laminas module for making module-specific layouts insanely easy.
Zend Framework module to leverage the symfony dependency injection container
A PSR-7 compatible library for making CRUD API endpoints
RCM User HTML views/pages
Api bundle
统计信息
- 总下载量: 20.65k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 81
- 点击次数: 18
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-05