dingo / api
A RESTful API package for the Laravel and Lumen frameworks.
Installs: 6 539 545
Dependents: 152
Suggesters: 4
Security: 0
Stars: 9 262
Watchers: 362
Forks: 1 276
Open Issues: 198
Requires
- php: ^7.2.5|^8.0
- dingo/blueprint: ^0.4
- illuminate/routing: ^7.0|^8.0
- illuminate/support: ^7.0|^8.0
- league/fractal: ^0.19
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2
- illuminate/auth: ^7.0|^8.0
- illuminate/cache: ^7.0|^8.0
- illuminate/console: ^7.0|^8.0
- illuminate/database: ^7.0|^8.0
- illuminate/events: ^7.0|^8.0
- illuminate/filesystem: ^7.0|^8.0
- illuminate/log: ^7.0|^8.0
- illuminate/pagination: ^7.0|^8.0
- laravel/lumen-framework: ^7.0|^8.0
- mockery/mockery: ~1.0
- phpunit/phpunit: ^8.5|^9.0
- squizlabs/php_codesniffer: ~2.0
- tymon/jwt-auth: 1.0.*
Suggests
- tymon/jwt-auth: Protect your API with JSON Web Tokens.
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.2-rc1
- v3.0.1
- v3.0.0
- v3.0.0-rc3
- v3.0.0-rc2
- v3.0.0-rc1
- v2.x-dev
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.4.0-rc2
- v2.4.0-rc1
- v2.3.0
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- 2.2.0
- 2.1.0
- dev-master / 2.0.x-dev
- 2.0.1
- v2.0.0
- v2.0.0-beta1
- v2.0.0-alpha2
- v2.0.0-alpha1
- v1.0.0-beta8
- v1.0.0-beta7
- v1.0.0-beta6
- v1.0.0-beta5
- v1.0.0-beta4
- v1.0.0-beta3
- v1.0.0-beta2
- v1.0.0-beta1
- v0.10.0
- v0.9.0
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.6.0
- v0.5.0
- v0.4.1
- v0.4.0
- v0.3.1
- v0.3.0
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.2
- v0.1.1
- v0.1.0
- dev-feature/laravel-7
- dev-analysis-8bWnAA
- dev-revert-1528-revert-1526-Mithrandirdk-UnauthorizedHttpException-1
- dev-revert-1526-Mithrandirdk-UnauthorizedHttpException-1
- dev-revert-1377-master
- dev-revert-1367-passthru-validation-on-internal-requests
- dev-analysis-8m06Q7
This package is auto-updated.
Last update: 2022-01-27 15:12:35 UTC
README
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
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.
API Boilerplate
If you are looking to start a new project from scratch, consider using the 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 room. Make sure to mention specialtactics so he is notified.
License
This package is licensed under the BSD 3-Clause license.