Swagger-PHP is a PHP library that serves as an annotations toolkit to produce Swagger Doc it makes extensive use of the Doctine Common library for annotations support and caching.
To report issues, ask questions please feel free to submit to Github Isses
- pear: http://zircote.com/pear
- composer: zircote/swagger-php
- tarball: https://github.com/zircote/swagger-php/downloads
- Clone via git: https://github.com/zircote/swagger-php.git
Documentation is available at http://zircote.com/swagger-php
To submit changes, additions or updates to the documentation or swagger-php itself please fork the project and submit a pull request. Documentation resides within the gh-pages
branch.
- Fully compatible with the full swagger documented proposal.
- Caching layer using the
\Doctrine\Common\Cache
library - Full project discovery
- Standalone CLI phar implementation
- Free
More on Swagger:
- http://swagger.wordnik.com/
- https://github.com/wordnik/swagger-core/wiki
- https://github.com/outeredge/SwaggerModule a ZF2 Module implementing swagger-php