Search by

didasto / rest-api

didasto

Model backed and hand written REST APIs for Laravel, with an OpenAPI document generated from your request classes and declarative filters.

Package info

github.com/didasto/rest-api

pkg:composer/didasto/rest-api

Fund package maintenance!

Buy Me A Coffee

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0 2026-09-09 21:12 UTC

This package is auto-updated.

Last update: 2026-09-09 21:48:21 UTC


README

Tests Latest release License

Model backed and hand written REST APIs for Laravel, with an OpenAPI document generated from your request classes and filters you declare instead of implement.

Documentation: English · Deutsch

composer require didasto/rest-api

Nothing in this package is final and nothing is private, so every step of every request can be replaced on its own. The extension points have a section of their own in both documents.