viktigpetterr/composer-template

Composer package template

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

pkg:composer/viktigpetterr/composer-template

v1.0.0 2021-10-24 18:33 UTC

This package is auto-updated.

Last update: 2025-09-25 03:02:18 UTC


README

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>