Skip to content

Commit cd1e9b0

Browse files
committed
add php slim
1 parent 17e30f1 commit cd1e9b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Check out [Swagger-Spec](https://github.com/OAI/OpenAPI-Specification) for addit
3939
- [Generating static html api documentation](#generating-static-html-api-documentation)
4040
- [To build a server stub](#to-build-a-server-stub)
4141
- [Node.js](#nodejs)
42+
- [PHP Slim](#php-slim)
4243
- [PHP Silex](#php-silex)
4344
- [Python Flask (Connexion)](#python-flask-connexion)
4445
- [Ruby Sinatra](#ruby-sinatra)
@@ -506,6 +507,15 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
506507
-o samples/server/petstore/nodejs
507508
```
508509

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+
509519
### PHP Silex
510520

511521
```

0 commit comments

Comments
 (0)