nodes / dingo
A Fork of the awesome RESTful API package Dingo
Requires
- php: ^5.5.9 || ^7.0
- doctrine/annotations: 1.2.*
- illuminate/routing: ^5.1
- illuminate/support: ^5.1
- league/fractal: >=0.12.0
- nodes/blueprint: ^1.0
Requires (Dev)
- illuminate/auth: ^5.1
- illuminate/cache: ^5.1
- illuminate/console: ^5.1
- illuminate/database: ^5.1
- illuminate/events: ^5.1
- illuminate/filesystem: ^5.1
- illuminate/log: ^5.1
- illuminate/pagination: ^5.1
- laravel/lumen-framework: ^5.1
- lucadegasperi/oauth2-server-laravel: 5.0.*
- mockery/mockery: ~0.9
- phpunit/phpunit: ^4.8 || ^5.0
- squizlabs/php_codesniffer: ~2.0
- tymon/jwt-auth: 1.0.*
Suggests
- lucadegasperi/oauth2-server-laravel: Protect your API with OAuth 2.0.
- tymon/jwt-auth: Protect your API with JSON Web Tokens.
This package is not auto-updated.
Last update: 2022-02-01 12:56:52 UTC
README
⚠️This package is deprecated⚠️
Use the original one
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.
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 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 room. Make sure to mention @jasonlewis so he is notified.
License
This package is licensed under the BSD 3-Clause license.