Skip to content

viktigpetterr/composer-template

Repository files navigation

Composer-template

A neat little Composer template ready to be used for new awesome PHP packages. 🐘 📦

Features

  • Static code analysis through easy-coding-standard.
  • Unit testing through PHPUnit.
  • GitHub Actions setup for building, static analysis and unit tests.
  • MIT license.
  • PSR-4 autoloading compliant.
  • PSR-12 compliant code style.
  • CHANGELOG.md.

Use template

composer create-project viktigpetterr/composer-template <project-name>