cndrsdrmn/php-scaffold

A boilerplate for modern PHP libraries.

v1.1.0 2025-09-23 12:21 UTC

This package is auto-updated.

Last update: 2025-09-23 12:27:25 UTC


README

PHP Scaffold

GitHub Workflow Status (master) Total Downloads Latest Version License

PHP Scaffold

A boilerplate for modern PHP libraries. This repository provides a clean, opinionated starting point for building, testing, and maintaining PHP packages.

Quick start

  • Use as a GitHub template:

    Click "Use this template" on the repository page to create your new package with this setup.

  • Use Composer to scaffold a new package:
    composer create-project cndrsdrmn/php-scaffold --prefer-source my-package

Contributing

Contributions are welcome! Please read the contribution guidelines first.

PHP Scaffold was created by Candra Sudirman under the MIT license.