vimeo / mill
This package is abandoned and no longer maintained.
The author suggests using the erunion/mill package instead.
☴ An annotation-based DSL for documenting a REST API.
7.1.2
2020-07-01 07:33 UTC
Requires
- php: >=7.2.0
- ext-intl: *
- ext-xml: *
- cocur/slugify: ^4.0
- composer/semver: ^3.0
- dflydev/dot-access-data: ^2.0
- gossi/docblock: ^2.0
- league/flysystem: ^1.0
- nicmart/string-template: ^0.1.1
- ocramius/package-versions: ^1.1
- pimple/pimple: ^3.0
- symfony/console: ^3.2 || ^4.0 || ^5.0
Requires (Dev)
- league/flysystem-memory: ^1.0
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: ^3.0
- vimeo/psalm: ^3.0
Suggests
- ext-xml: Required for config file processing.
This package is auto-updated.
Last update: 2021-09-02 23:28:21 UTC
README
Mill is an annotation-based DSL for documenting a REST API and assisting you in creating OpenAPI or API Blueprint specifications for your API.
For detailed documentation, check out the wiki.
Features
- Compile versioned API documentation into OpenAPI or API Blueprint specifications.
- Automatically generate API changelogs
- Production ready
Installation
composer require erunion/mill