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,如需转载请自行联系原作者
相关文章
|
3月前
|
机器人 C++ Python
ROS2教程 02 功能包
本文是关于ROS2(机器人操作系统2)中功能包(package)管理的教程,介绍了如何检查功能包的依赖、创建新功能包、列出可执行文件、列出所有功能包、查询功能包的位置和描述信息,以及为C++和Python功能包配置必要的文件。
100 0
|
2月前
|
弹性计算 监控 前端开发
[新]源代码生成服务-用户指南
本文以Springboot源代码仓库为例,介绍如何快速将GitHub仓库转化为计算巢服务并进行测试。计算巢服务是云资源与软件的编排集合,服务商可将其发布的服务供用户创建实例并使用。文中详细描述了从创建服务、配置参数到实例化和使用的全流程,并提供了高级配置的说明。
|
6月前
|
前端开发 JavaScript
前端 dlhelper 下载辅助库(支持链接后台下载、代理下载、Blob 数据下载,针对代理下载灵活使用)
前端 dlhelper 下载辅助库(支持链接后台下载、代理下载、Blob 数据下载,针对代理下载灵活使用)
78 1
|
Kubernetes 安全 Docker
k8s教程(基础篇)-安装与配置概述
k8s教程(基础篇)-安装与配置概述
383 0
|
物联网 Java 开发工具
阿里云物联网平台远程配置功能JAVA 示例参考
本文主要演示如何使用JAVA SDK实现两种应用场景
阿里云物联网平台远程配置功能JAVA 示例参考
|
JSON 开发工具 Android开发
ASCSDK-------通用包接入文档(UNITY篇)
此文档为ASCSDK打包工具,unity游戏的母包接入文档。
1896 0
|
Oracle 关系型数据库 MySQL