Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dingo/api
A RESTful API package for the Laravel and Lumen frameworks.
https://github.com/dingo/api
Last synced: 5 days ago
JSON representation
A RESTful API package for the Laravel and Lumen frameworks.
- Host: GitHub
- URL: https://github.com/dingo/api
- Owner: dingo
- License: bsd-3-clause
- Created: 2014-04-11T12:31:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T22:59:52.000Z (over 2 years ago)
- Last Synced: 2025-01-13T22:12:48.616Z (12 days ago)
- Language: PHP
- Homepage:
- Size: 1.61 MB
- Stars: 9,326
- Watchers: 355
- Forks: 1,256
- Open Issues: 186
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-framework - Dingo API - Multi-purpose toolkit for developing RESTful APIs (Popular Packages)
- awesome-laravel - Dingo API - Herramientas multipropósito para desarrollar API RESTful (Paquetes utiles)
- laravel-awesome - Dingo API - Multi-purpose toolkit for developing RESTful APIs (Popular Packages)
- php-awesome - Dingo API - A RESTful API package for the Laravel and Lumen frameworks (类库 / API)
- awesome-laravel - Dingo API - Multi-purpose toolkit for developing RESTful APIs (Popular Packages)
- awesome - dingo/api - A RESTful API package for the Laravel and Lumen frameworks. (PHP)
- awesome - dingo/api - A RESTful API package for the Laravel and Lumen frameworks. (PHP)
README
# Move repositories notice
Unfortunately this package cannot be maintained at this location anymore due to broken CI integrations, and travis-ci likely can't be used much longer either due to their change to paid plans. This project is still being actively maintained, we ask you to please switch to the following repository: https://github.com/api-ecosystem-for-laravel/dingo-api---
![](https://cloud.githubusercontent.com/assets/829059/9216039/82be51cc-40f6-11e5-88f5-f0cbd07bcc39.png)
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.
[![Build Status](https://img.shields.io/travis/dingo/api/master.svg?style=flat-square)](https://travis-ci.org/dingo/api)
[![License](https://img.shields.io/packagist/l/dingo/api.svg?style=flat-square)](LICENSE)
[![Development Version](https://img.shields.io/packagist/vpre/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api)
[![Monthly Installs](https://img.shields.io/packagist/dm/dingo/api.svg?style=flat-square)](https://packagist.org/packages/dingo/api)
[![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/dingo/api/wiki) for more information.
## API Boilerplate
If you are looking to start a new project from scratch, consider using the [Laravel API Boilerplate](https://github.com/specialtactics/laravel-api-boilerplate), which builds on top of the dingo-api package, and adds a lot of great features.
## 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/api/) room. Make sure to mention **specialtactics** so he is notified.
## License
This package is licensed under the [BSD 3-Clause license](http://opensource.org/licenses/BSD-3-Clause).