guysartorelli / ddev-wrapper
Wrapper around ddev to allow for truly-global commands
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/guysartorelli/ddev-wrapper
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.