Describe your feature request
Is your feature request related to a problem? Please describe.
Currently developers need to install everything separately: frankenphp, composer, phpstan, etc.
Describe the solution you'd like
It would be nice to have a FrankenPHP-Dev package, kind of all-in-one php developer toolkit.
E.g. the package can include xdebug, composer, pie, php-cs-fixer, phpstan, phpunit
By "include" I mean embedding into the binary.
Example commands:
frankenphp-dev composer install ...
frankenphp-dev pie install ...
frankenphp-dev php-cs-fixer fix install ...
frankenphp-dev phpstan analyse ...
frankenphp-dev phpunit
a shorter name may be "phpun" (inspired by bun)
Describe alternatives you've considered
Describe your feature request
Is your feature request related to a problem? Please describe.
Currently developers need to install everything separately: frankenphp, composer, phpstan, etc.
Describe the solution you'd like
It would be nice to have a FrankenPHP-Dev package, kind of all-in-one php developer toolkit.
E.g. the package can include xdebug, composer, pie, php-cs-fixer, phpstan, phpunit
By "include" I mean embedding into the binary.
Example commands:
a shorter name may be "phpun" (inspired by bun)
Describe alternatives you've considered