Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Respect/Rest
Thin controller for RESTful applications
https://github.com/Respect/Rest
Last synced: 3 months ago
JSON representation
Thin controller for RESTful applications
- Host: GitHub
- URL: https://github.com/Respect/Rest
- Owner: Respect
- License: other
- Created: 2011-04-12T23:46:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-02-29T09:27:18.000Z (over 4 years ago)
- Last Synced: 2024-07-29T00:56:55.097Z (3 months ago)
- Language: PHP
- Homepage: http://respect.github.io/Rest
- Size: 821 KB
- Stars: 605
- Watchers: 46
- Forks: 102
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Respect\Rest
[![Build Status](https://img.shields.io/travis/Respect/Rest.svg?style=flat-square)](http://travis-ci.org/Respect/Rest)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/Respect/Rest.svg?style=flat-square)](https://scrutinizer-ci.com/g/Respect/Rest)
[![Latest Version](https://img.shields.io/packagist/v/respect/rest.svg?style=flat-square)](https://packagist.org/packages/respect/rest)
[![Total Downloads](https://img.shields.io/packagist/dt/respect/rest.svg?style=flat-square)](https://packagist.org/packages/respect/rest)
[![License](https://img.shields.io/packagist/l/respect/rest.svg?style=flat-square)](https://packagist.org/packages/respect/rest)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.## Table of contents
- [Contributing](CONTRIBUTING.md)
- [Feature Guide](docs/README.md)
- [Installation](docs/INSTALL.md)
- [License](LICENSE.md)