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.
Important
This project is developed and maintained by Sergei Predvoditelev. Community support helps keep the project actively developed and well maintained. You can support the project using the following services:
Thank you for your support ❤️
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.