vimeo / mill
☴ An annotation-based DSL for documenting a REST API.
Installs: 19 502
Dependents: 0
Suggesters: 0
Security: 0
Stars: 37
Watchers: 7
Forks: 3
Open Issues: 25
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.
- dev-master
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.0
- 6.0.0
- 5.1.8
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.2.13
- 4.2.12
- 4.2.11
- 4.2.10
- 4.2.9
- 4.2.8
- 4.2.7
- 4.2.6
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.2
- 3.0.1
- 3.0.0
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.2
- 2.2.1
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC12
- 2.0.0-RC11
- 2.0.0-RC10
- 2.0.0-RC9
- 2.0.0-RC8
- 2.0.0-RC7
- 2.0.0-RC6
- 2.0.0-RC5
- 2.0.0-RC4
- 2.0.0-RC3
- 2.0.0-RC2
- 2.0.0-RC1
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- dev-dependabot/npm_and_yarn/urijs-1.19.7
- dev-dependabot/composer/league/flysystem-1.1.4
- dev-dependabot/npm_and_yarn/glob-parent-5.1.2
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