Skip to content

A project scaffolding tool for PHPTG projects

License

Notifications You must be signed in to change notification settings

phptg/scaffolder

Repository files navigation

PHPTG

PHPTG Scaffolder


Static analysis

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 ❤️

General Usage

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:latest

Documentation

If you have any questions or problems with this package, use author telegram chat for communication.

License

The phptg/scaffolder is free software. It is released under the terms of the BSD License. Please see LICENSE for more information.

About

A project scaffolding tool for PHPTG projects

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

 
 
 

Contributors