PHPTG Scaffolder is a tool for setting up project structure and configuration
for PHP packages in the PHPTG. It is based on
vjik/scaffolder and automatically creates and configures essential
project files including composer.json, GitHub Actions workflows, configuration files, and documentation structure.
Run the scaffolder using Docker from your project directory:
docker run \
--volume .:/project \
--user $(id -u):$(id -g) \
--interactive --tty --rm --init \
ghcr.io/phptg/scaffolder:latestIf you have any questions or problems with this package, use author telegram chat for communication.
The phptg/scaffolder is free software. It is released under the terms of the BSD License.
Please see LICENSE for more information.