You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 7.12.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.12.0-SNAPSHOT/)|17.02.2024| Minor release with breaking changes (with fallback) |
135
-
|[7.11.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.11.0) (latest stable release) |20.01.2024| Minor release with breaking changes (with fallback) |
134
+
| 7.13.0 (upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/org/openapitools/openapi-generator-cli/7.13.0-SNAPSHOT/)| 02.04.2025| Minor release with breaking changes (with fallback) |
135
+
|[7.12.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.12.0) (latest stable release) |28.02.2025| Minor release with breaking changes (with fallback) |
136
136
|[6.6.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v6.6.0)| 11.05.2023 | Minor release with breaking changes (with fallback) |
137
137
|[5.4.0](https://github.com/OpenAPITools/openapi-generator/releases/tag/v5.4.0)| 31.01.2022 | Minor release with breaking changes (with fallback) |
For **Windows** users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+), e.g.
(if you're on Windows, replace the last command with `java -jar modules\openapi-generator-cli\target\openapi-generator-cli.jar generate -i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g php -o c:\temp\php_api_client`)
490
490
491
491
<!-- RELEASE_VERSION -->
492
-
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.11.0/openapi-generator-cli-7.11.0.jar)
492
+
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/org/openapitools/openapi-generator-cli/7.12.0/openapi-generator-cli-7.12.0.jar)
493
493
<!-- /RELEASE_VERSION -->
494
494
495
495
To get a list of **general** options available, please run `java -jar modules/openapi-generator-cli/target/openapi-generator-cli.jar help generate`
@@ -631,6 +631,7 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in
@@ -972,6 +973,8 @@ Here are some companies/projects (alphabetical order) using OpenAPI Generator in
972
973
- 2024-04-04 - [Working with OpenAPI using Rust](https://www.shuttle.dev/blog/2024/04/04/using-openapi-rust) by [Joshua Mo](https://twitter.com/joshmo_dev)
973
974
- 2024-04-08 - [Implement API first strategy with OpenAPI generator plugin](https://medium.com/javarevisited/implement-api-first-strategy-with-openapi-generator-plugin-e4bbe7f0d778) by [Rui Zhou](https://medium.com/@wirelesser)
974
975
- 2024-05-06 - [OpenAPI Generator Custom Templates](https://www.javacodegeeks.com/openapi-generator-custom-templates.html) by [Mary Zheng](https://www.javacodegeeks.com/author/mary-zheng)
976
+
- 2025-02-09 - [Custom validation with OpenApiGenerator and Spring Boot 3](https://medium.com/@jugurtha.aitoufella/custom-validation-with-openapigenerator-and-spring-boot-3-34a656e815c8) by [Jugurtha Aitoufella](https://medium.com/@jugurtha.aitoufella)
977
+
- 2025-02-20 - [Optimizing API Integration in a Large React Application Using OpenAPI Generator](https://www.youtube.com/watch?v=-B33pQnGQUI) by Stefano Marzo
975
978
976
979
977
980
## [6 - About Us](#table-of-contents)
@@ -1140,6 +1143,7 @@ Here is a list of template creators:
1140
1143
* NodeJS Express: @YishTish
1141
1144
* PHP Flight: @daniel-sc
1142
1145
* PHP Laravel: @renepardon
1146
+
* PHP Laravel (refactor in 7.12.0): @gijs-blanken
1143
1147
* PHP Lumen: @abcsun
1144
1148
* PHP Mezzio (with Path Handler): @Articus
1145
1149
* PHP Slim: @jfastnacht
@@ -1150,6 +1154,7 @@ Here is a list of template creators:
0 commit comments