https://github.com/dingo/api
Raw File
Tip revision: 63d2b7854f1fb2593d895ad89ad1275caef7e21e authored by Jason Lewis on 04 May 2014, 02:43:45 UTC
Test coverage for rate limiting middleware.
Tip revision: 63d2b78
readme.md
# API for Laravel

This is an API package for the Laravel framework. It allows you to build a flexible RESTful API that can be consumed externally and by your own application.

[![Build Status](https://travis-ci.org/dingo/api.svg?branch=master)](https://travis-ci.org/dingo/api)

## Manual

Refer to the [Wiki](https://github.com/dingo/api/wiki) for installation instructions and how to use this package.

## License

This package is licensed under the [BSD 3-Clause license](http://opensource.org/licenses/BSD-3-Clause).
back to top