FOSRestBundle功能包:使用指南

简介:

Getting Started With FOSRestBundle

Installation(安装)

Installation is a quick (I promise!) 1 step process:

安装只需一步(我发誓)

  1. Setting up the bundle(安装功能包)

Bundle usage(功能包用法)

Before you start using the bundle it is advised you run a quick look over the 5 sections listed below.This bundle contains many features that are loosly coupled so you may or may not need to use all ofthem. This bundle is just a tool to help you in the job of creating a REST API with Symfony2.

在您开始使用功能包之前,建议您先快速浏览下列5部分内容。这个功能包有着许多松耦合的功能,您可能不需要使用所有的功能。它只是个帮助您在Symfony2中创建REST风格API的工具。

FOSRestBundle provides several tools to assist in building REST applications:

FOSRestBundle提供几个工具来帮助构建REST应用:

Config reference(配置参考)

Check out the configuration reference for a reference on the available configuration options.

查看配置参考以参考可用的配置选项。

Example application(s)(应用示例)

The following bundles/applications use the FOSRestBundle and can be used as aguideline:

下列功能包/应用可以做为使用FOSRestBundle的示例:



本文转自 firehare 51CTO博客,原文链接:http://blog.51cto.com/firehare/1247893,如需转载请自行联系原作者
相关文章
[Mvel]Mvel2.0使用指南一 基础
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/SunnyYoona/article/details/75244442 MVEL在很大程度上受到Java语法的启发,作为一个表达式语言,也有一些根本的区别,旨在更高的效率,例如:直接支持集合、数组和字符串匹配等操作以及正则表达式。
15026 0
ASIHTTPRequest类库简介和使用说明
ASIHTTPRequest类库简介和使用说明
193 0
常用的包管理工具的简单使用
brew 是macOS系统的包管理软件。Homebrew是以最简单,最灵活的方式来安装苹果公司在MacOS中不包含的UNIX工具。 homebrew基于Git仓库管理的。
245 0
Gradle快速入门使用指南 - 安装篇
Gradle快速入门使用指南 - 安装篇
382 0
Gradle快速入门使用指南 - 安装篇
Go 包管理工具 govendor 使用指南
govendor 是 go 语言依赖管理工具。
861 0