hydrakit / console
The generic console commands every Hydra app needs, powered by Symfony Console.
v0.3.2
2026-09-11 16:10 UTC
Requires
- php: >=8.2
- hydrakit/database: ^0.3
- hydrakit/http: ^0.3
- symfony/console: ^7.0
Requires (Dev)
- ext-pdo_sqlite: *
- phpunit/phpunit: ^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Read-only mirror.
hydrakit/consoleis developed in hydra-foundation/hydra underpackages/console, and republished here on every push. A commit pushed to this repository is overwritten by the next one; issues are disabled for that reason, and a pull request opened here cannot be merged. Both belong upstream.
The generic verbs every Hydra app needs, lifted out of the app skeleton so
two projects don't carry two copies. This package ships the commands;
the app owns its bin/console entrypoint, wires them to its composition root,
and adds its own app-specific generators.