FOSRestBundle功能包:概述

简介:

FOSRestBundle

This bundle provides various tools to rapidly develop RESTful API's & applications with Symfony2. Features include:

本功能包提供多种工具来快速开发 Symfony2 的 REST 风格 API 和应用,其功能包括:

  • A View layer to enable output and format agnostic Controllers

  • 一个视图层,从而使输出和格式与控制器无关

  • A custom route loader to generate url's following REST conventions

  • 一个可定制的路由引导器,用以生成遵循REST惯例的URL

  • Accept header format negotiation including handling for custom mime types

  • 接收头格式协商,包括处理自定义的MIME类型

  • RESTful decoding of HTTP request body and Accept headers

  • 用于HTTP请求包和接收头的REST风格解码

  • Exception controller for sending appropriate HTTP status codes

  • 异常控制器,用以发送相应的HTTP状态码

State(状态)

While the provided feature set is certainly production ready, this Bundle is still under development.As a result users must expect BC breaks when using the master version. Such breaks will however benoted in the UPGRADING.md.A new version of the Bundle will be tagged in most cases before a BC break, however do not expect bugfixes for these tagged versions.

虽然提供的所有特性肯定是为生产环境准备的,但本功能包仍然处于开发阶段。因此用户在使用主版本时需要期望 BC break。然而这样的break将在UPGRADING.md文件中被提及。在大多数情况下本功能包的新版本将在BC break前被标识,但不要指望在这些标识版本的Bug修复。

Documentation(文档)

The bulk of the documentation is stored in the Resources/doc/index.mdfile in this bundle:

大量文档被存放在本功能包的 Resources/doc/index.md文件中。

Read the Documentation for master

阅读主版本文档

Installation(安装)

All the installation instructions are located in the documentation.

所有安装说明都在此文档中。

License(许可)

This bundle is under the MIT license. See the complete license in the bundle:

本功能包基于MIT许可。完整许可请参见本功能的:

1
Resource /meta/LICENSE


本文转自 firehare 51CTO博客,原文链接:http://blog.51cto.com/firehare/1247102,如需转载请自行联系原作者
相关文章
|
存储 XML 数据可视化
通用仓库元模型概述
通用仓库元模型(Common Warehouse metamodel,CWM)指定了可用于在分布式异构环境中的仓库工具、仓库平台和仓库元数据存储库之间轻松交换仓库和商业智能元数据的接口。
664 0
通用仓库元模型概述
|
5月前
|
前端开发 JavaScript
前端 dlhelper 下载辅助库(支持链接后台下载、代理下载、Blob 数据下载,针对代理下载灵活使用)
前端 dlhelper 下载辅助库(支持链接后台下载、代理下载、Blob 数据下载,针对代理下载灵活使用)
34 1
|
6月前
|
Kubernetes 安全 Docker
k8s教程(基础篇)-安装与配置概述
k8s教程(基础篇)-安装与配置概述
197 0
|
编解码 分布式计算 Java
基于 netty 封装的超简单通俗易用 服务端客户端交互框架 《net-framework》原理,源码和使用说明,开箱即用,只需要开发业务逻辑,完全自定义无限扩充 [结尾附github源码]
基于 netty 封装的超简单通俗易用 服务端客户端交互框架 《net-framework》原理,源码和使用说明,开箱即用,只需要开发业务逻辑,完全自定义无限扩充 [结尾附github源码]
基于 netty 封装的超简单通俗易用 服务端客户端交互框架 《net-framework》原理,源码和使用说明,开箱即用,只需要开发业务逻辑,完全自定义无限扩充 [结尾附github源码]
|
Scala 开发者
包对象注意事项和细节说明|学习笔记
快速学习包对象注意事项和细节说明。
50 0
包对象注意事项和细节说明|学习笔记
EMQ
|
消息中间件 自然语言处理 Java
JMeter 扩展插件实现对自定义协议的支持
本文作为JMeter拓展开发的第四期内容,将以扩展一个简单的Apache Kafaka Producer Sampler为例,介绍如何使用JMeter扩展插件实现更完善的新协议插件。
EMQ
182 0
JMeter 扩展插件实现对自定义协议的支持
|
Oracle 关系型数据库 MySQL