Download the PHP package ensi/laravel-openapi-client-generator without Composer
On this page you can find all versions of the php package ensi/laravel-openapi-client-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ensi/laravel-openapi-client-generator
More information about ensi/laravel-openapi-client-generator
Files in ensi/laravel-openapi-client-generator
Package laravel-openapi-client-generator
Short Description laravel openapi client generator
License MIT
Informations about the package laravel-openapi-client-generator
Laravel OpenApi Client Generator
A package for Laravel that generates http clients to the service using OpenApi Generator. At the moment, there is support for one platform: PHP.
Installation
You can install the package via composer:
Publish the config file with:
Version Compatibility
Laravel OpenApi Client Generator | Laravel | PHP |
---|---|---|
^0.0.1 | ^7.x | ^7.1.3 |
^0.2.0 - ^0.8.3 | ^7.x | ^7.1.3 |
^0.8.4 | ^7.x | ^7.2.0 |
^0.9.0 | ^7.x || ^8.x | ^7.2.0 |
^0.10.0 - ^0.12.0 | ^7.x || ^8.x | ^7.2 || ^8.0 |
^0.12.1 | ^8.x || ^9.x | ^7.2 || ^8.0 |
^0.13.0 | ^8.x || ^9.x | ^8.1 |
^0.13.1 | ^8.x || ^9.x || ^10.x | ^8.1 |
^0.13.5 | ^8.x || ^9.x || ^10.x|| ^11.x | ^8.1 |
^0.14.0 | ^9.x || ^10.x|| ^11.x | ^8.1 |
Basic Usage:
-
Before launching, make sure that the api description structure meets these requirements.
-
Configure the generation parameters (if the default ones are not suitable).
-
Client Generation:
- php
- After successful generation, the client code will appear along the path
<output_dir_template>-php
, which can be put into git, the git_push script will be at the root, which is convenient to use for this. The corresponding repositories should already be created in the appropriate version control system. The full name of the repository is formed as follows:<git_user>/<git_repo_template>-php
.
Limitations
The package currently does not support generation in a Windows environment.
Contributing
Please see CONTRIBUTING for details.
Testing
- composer install
- npm install
- composer test
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-openapi-client-generator with dependencies
ext-json Version *
laravel/framework Version ^9.0 || ^10.0 || ^11.0
nette/php-generator Version ^3.5