Feature: frankenphp-dev package
Author: thomas-0816Created Aug 5, 2026Updated Aug 19, 2026
Labelsenhancement
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 phpunita shorter name may be "phpun" (inspired by bun)
Describe alternatives you've considered
Source: php/frankenphp