File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Check out [Swagger-Spec](https://github.com/OAI/OpenAPI-Specification) for addit
39
39
- [ Generating static html api documentation] ( #generating-static-html-api-documentation )
40
40
- [ To build a server stub] ( #to-build-a-server-stub )
41
41
- [ Node.js] ( #nodejs )
42
+ - [ PHP Slim] ( #php-slim )
42
43
- [ PHP Silex] ( #php-silex )
43
44
- [ Python Flask (Connexion)] ( #python-flask-connexion )
44
45
- [ Ruby Sinatra] ( #ruby-sinatra )
@@ -506,6 +507,15 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
506
507
-o samples/server/petstore/nodejs
507
508
```
508
509
510
+ ### PHP Slim
511
+
512
+ ```
513
+ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
514
+ -i http://petstore.swagger.io/v2/swagger.json \
515
+ -l slim \
516
+ -o samples/server/petstore/slim
517
+ ```
518
+
509
519
### PHP Silex
510
520
511
521
```
You can’t perform that action at this time.
0 commit comments