An open API service indexing awesome lists of open source software.

https://github.com/afroware/restfy

A RESTful API package for the Laravel and Lumen frameworks.
https://github.com/afroware/restfy

rest-api restful restful-webservices

Last synced: 6 months ago
JSON representation

A RESTful API package for the Laravel and Lumen frameworks.

Awesome Lists containing this project

README

          

The Afroware API package is meant to provide you, the developer, with a set of tools to help you easily and quickly build your own API. While the goal of this package is to remain as flexible as possible it still won't cover all situations and solve all problems.

[![Build Status](https://img.shields.io/travis/afroware/restfy/master.svg?style=flat-square)](https://travis-ci.org/afroware/restfy)
[![License](https://img.shields.io/packagist/l/afroware/restfy.svg?style=flat-square)](LICENSE)
[![Development Version](https://img.shields.io/packagist/vpre/afroware/restfy.svg?style=flat-square)](https://packagist.org/packages/afroware/restfy)
[![Monthly Installs](https://img.shields.io/packagist/dm/afroware/restfy.svg?style=flat-square)](https://packagist.org/packages/afroware/restfy)
[![StyleCI](https://styleci.io/repos/18673522/shield)](https://styleci.io/repos/18673522)

## Features

This package provides tools for the following, and more:

- Content Negotiation
- Multiple Authentication Adapters
- API Versioning
- Rate Limiting
- Response Transformers and Formatters
- Error and Exception Handling
- Internal Requests
- API Blueprint Documentation

## Documentation

Please refer to our extensive [Wiki documentation](https://github.com/afroware/restfy/wiki) for more information.

## Support

For answers you may not find in the Wiki, avoid posting issues. Feel free to ask for support on the dedicated [Slack](https://larachat.slack.com/messages/restfy/) room. Make sure to mention **@jasonlewis** so he is notified.

## License

This package is licensed under the [MIT license](http://opensource.org/licenses/MIT).