drift
API drift detection and changelog generation
composer require fissible/drift Features
- Detects breaking and non-breaking changes between OpenAPI specs
- Semver impact analysis: major, minor, or patch bump
- Changelog generation from spec diffs
- Artisan commands: accord:version, drift:changelog
Example
# Detect changes and suggest version bump
php artisan accord:version
# Generate changelog from spec diff
php artisan drift:changelog