Skip to content

Commit c89e130

Browse files
committed
Update readme.md
1 parent e890eea commit c89e130

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

readme.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
1-
# API for Laravel
1+
![](https://cloud.githubusercontent.com/assets/829059/9216039/82be51cc-40f6-11e5-88f5-f0cbd07bcc39.png)
2+
3+
The Dingo 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.
24

35
[![Build Status](https://img.shields.io/travis/dingo/api/master.svg?style=flat-square)](https://travis-ci.org/dingo/api)
46
[![License](https://img.shields.io/packagist/l/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api)
57
![Development Version](https://img.shields.io/packagist/vpre/dingo/api.svg?style=flat-square)
68
![Monthly Installs](https://img.shields.io/packagist/dm/dingo/api.svg?style=flat-square)
79
[![StyleCI](https://styleci.io/repos/18673522/shield)](https://styleci.io/repos/18673522)
810

9-
> **NOTE:** This package should be considered an alpha and as such is prone to bugs. Please report them as you find them.
11+
## Features
1012

11-
The Dingo 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.
13+
This package provides tools for the following, and more:
14+
15+
- Content Negotiation
16+
- Multiple Authentication Adapters
17+
- API Versioning
18+
- Rate Limiting
19+
- Response Transformers and Formatters
20+
- Error and Exception Handling
21+
- Internal Requests
22+
- API Blueprint Documentation
1223

1324
## Documentation
1425

0 commit comments

Comments
 (0)