user1206329
user1206329

Reputation: 101

swagger server php

enter image description here

use the swagger-ui,But I don't know how to build server in php .and Why the Response body does not reponse the "sd" and "s" ,How to use the swagger-ui with the php?I am try hard,does any body to help me ?

Upvotes: 0

Views: 915

Answers (1)

fehguy
fehguy

Reputation: 6824

take a look at restler https://github.com/Luracast/Restler/tree/v3

Alternatively you can construct the swagger docs manually, like here:

https://github.com/wordnik/swagger-core/tree/master/samples/no-server

Upvotes: 2

Related Questions