PHPackages                             respect/rest-fut - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. respect/rest-fut

ActiveLibrary[API Development](/categories/api)

respect/rest-fut
================

Thin controller for RESTful applications

0.5.1(13y ago)091BSD StylePHP

Since Apr 16Pushed 11y ago1 watchersCompare

[ Source](https://github.com/brenodouglas/Rest)[ Packagist](https://packagist.org/packages/respect/rest-fut)[ RSS](/packages/respect-rest-fut/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (17)Used By (0)

Respect\\Rest [![Build Status](https://camo.githubusercontent.com/8ce0b5f37c0d4b88da69028f5a9a47866f21f1fd7c0d9e624757f018770836ab/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f526573706563742f526573742e706e67)](http://travis-ci.org/Respect/Rest)
==================================================================================================================================================================================================================================================================

[](#respectrest-)

Thin controller for RESTful applications and APIs.

- Very thin and lightweight.
- Don't try to change PHP, small learning curve.
- Completely RESTful, the right way to build apps.

Installation
------------

[](#installation)

Packages available on [PEAR](http://respect.li/pear) and [Composer](http://packagist.org/packages/Respect/Rest). Autoloading is [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible.

Feature Guide
-------------

[](#feature-guide)

### Configuration

[](#configuration)

Bootstrapping is easy. Just create an instance of Respect\\Rest\\Router.

```
