Download the PHP package spatie/laravel-openapi-cli without Composer
On this page you can find all versions of the php package spatie/laravel-openapi-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download spatie/laravel-openapi-cli
More information about spatie/laravel-openapi-cli
Files in spatie/laravel-openapi-cli
Package laravel-openapi-cli
Short Description Create a Laravel command for your OpenAPI spec(s). Works in apps and other packages. Useful for AI agents.
License MIT
Homepage https://github.com/spatie/laravel-openapi-cli
Informations about the package laravel-openapi-cli
Create Laravel commands for your OpenAPI specs
[](https://packagist.org/packages/spatie/laravel-openapi-cli) [](https://github.com/spatie/laravel-openapi-cli/actions?query=workflow%3Arun-tests+branch%3Amain) [](https://github.com/spatie/laravel-openapi-cli/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain) [](https://packagist.org/packages/spatie/laravel-openapi-cli)Turn any OpenAPI spec into dedicated Laravel artisan commands. Each endpoint gets its own command with typed options for path parameters, query parameters, and request bodies. Combined with Laravel Zero, this is a great way to build standalone CLI tools for any API that has an OpenAPI spec.
For a spec with GET /books, POST /books, GET /books/{book_id}/reviews, and DELETE /books/{book_id}, you get these commands:
bookstore:get-booksbookstore:post-booksbookstore:get-books-reviewsbookstore:delete-booksbookstore:list
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Documentation
All documentation is available on our documentation site.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Alex Vanderbist
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-openapi-cli with dependencies
illuminate/contracts Version ^11.0||^12.0|^13.0
spatie/laravel-package-tools Version ^1.16
symfony/yaml Version ^7.0
tempest/highlight Version ^2.0
