horde / hordeymlfile
Handle .horde.yml file and changelog.yml file
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
pkg:composer/horde/hordeymlfile
Requires
- php: ^8.2
- horde/version: ^1 || dev-FRAMEWORK_6_0
- horde/yaml: ^3 || dev-FRAMEWORK_6_0
Requires (Dev)
This package is auto-updated.
Last update: 2025-09-12 14:51:33 UTC
README
Read and write .horde.yml files and changelog.yml files.
Usage
File Format
https://wiki.horde.org/Doc/Dev/HordeYmlFormat
Origin
Same or similar implementations existed in
- horde/horde-installer-plugin Composer plugin
- horde/components Developer CLI
- horde/hordectl Admin CLI
Depending on these packages for further use cases was not practical so I split off and generalized as far as I could.