guysartorelli / ddev-wrapper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Wrapper around ddev to allow for truly-global commands
dev-main
2024-02-22 09:09 UTC
Requires
- php: ^8.1
- symfony/console: ^6.0
- symfony/process: ^6.0
Requires (Dev)
- phpunit/phpunit: ^10.0
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2024-03-22 09:17:17 UTC
README
Caution
OBSOLETE! Use DDEV directly with global commands instead.
This is a wrapper around DDEV so that I can add truly global commands.
See https://ddev.readthedocs.io for the official DDEV documentation.
Normally global commands in DDEV aren't actually global - they're only accessible when you're in the directory of a DDEV project. In order to add commands that can be used from any directory, this repo can be used to wrap DDEV with a Symfony Console project.
This allows me to have a single binary to interact with DDEV both with its built-in commands and my custom ones.