Add OpenAPI Laravel#776
Merged
AlexanderKaran merged 1 commit intoJun 12, 2026
Merged
Conversation
👷 Deploy request for openapi-dot-tools pending review.Visit the deploys page to approve it
|
philsturgeon
approved these changes
Jun 11, 2026
Collaborator
|
amazing work! I’ll have to review this asap :) |
b044aba to
2f7f391
Compare
Contributor
Author
|
Thanks for the review, Phil. Happy to adjust the entry anytime if the category or description needs tweaking down the line. |
Collaborator
|
@benjamineckstein @philsturgeon Will get this build passing and merged now |
AlexanderKaran
approved these changes
Jun 12, 2026
Collaborator
|
@benjamineckstein @philsturgeon Done @benjamineckstein Thank you for the contribution |
Contributor
Author
|
Thanks for getting it over the line, Alexander, much appreciated! One thing I spotted in the diff: OpenAPI 3.2 is a thing now. I'll have a deeper look into supporting it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi! This adds OpenAPI Laravel, a design-first generator for the Laravel ecosystem: it takes an OpenAPI description and generates spatie/laravel-data model classes with spec-derived validation rules, backed enums, readOnly/writeOnly handling, and an optional server scaffold (abstract controllers plus a routes file typed by the generated Data classes). It is MIT licensed, actively maintained, available on Packagist, has a docs site, and every release is gated on a corpus of 128 real-world OpenAPI descriptions generating valid PHP.
Thanks for maintaining this list!