https://github.com/dingo/api
Raw File
Tip revision: a04777d6cc0e872a88987ddad970b23fbe25da54 authored by Jason Lewis on 10 May 2014, 12:17:36 UTC
Transformable classes can now be bound by an interface instead of manually registering. Fixes #34.
Tip revision: a04777d
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