Skip to content

inboundasia/php-swagger-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate CRUD path for Swagger UI

Setup:

composer install

Example:

php command.php --model=Product --path=/swagger/project/paths

now structure under /swagger/project/paths will become

.
+-- paths
|   +-- products
|       +-- _id.yaml
|       +-- index.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages