konekt/resource
Composer 安装命令:
composer require konekt/resource
包简介
API Resources library to transform entities/models into REST API objects. Inspired by Laravel - usable in any Framework
README 文档
README
API Resources
When building an HTTP based API, you often need a transformation layer that sits between your models and the JSON (or XML, etc) responses that are actually returned to API consumers.
The API resource classes allow you to transform your models into HTTP Responses (JSON, XML, etc).
This project was inspired by the Laravel API Resources concept. The goal is to make this approach available in non-Laravel applications as well.
Installation
using composer: composer require konekt/resource
Documentation
For detailed usage and examples go to the
Resource Documentation or refer to the markdown files in the
docs/ folder of this repo.
For the list of changes read the Changelog.
Framework Integrations
Symfony
Phalcon
统计信息
- 总下载量: 1.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-12