eliashaeussler/composer-package-template

Composer package template

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 3

Type:project-builder-template

dev-main 2025-02-20 03:15 UTC

This package is auto-updated.

Last update: 2025-02-23 02:02:51 UTC


README

Composer package template

Coverage Maintainability CGL Tests

A Project Builder template for new Composer packages, built with several preconfigured components. New packages may contain configuration for CGL tools like PHPStan, PHPUnit and Rector as well as preconfigured GitHub Actions and issue templates.

πŸš€ Features

Feature Tool
🏑 Automatic code migration Rector
πŸ¦„ Code coverage Coveralls
🧠 Code quality gate CodeClimate
🧹 Coding standards PHP-CS-Fixer
🏎 Continuous integration GitHub Actions
πŸ’… Dependency handling Renovate
πŸ” Static code analysis PHPStan
πŸ’‘ Unit testing PHPUnit

πŸ”₯ Installation

Packagist Packagist Downloads

  1. Create a new project:

    composer create-project cpsit/project-builder
  2. Select the package eliashaeussler/composer-package-template.

  3. Follow all instructions and answer the questions.

  4. Be happy with your new Composer package πŸ₯³

πŸ§‘β€πŸ’» Contributing

Please have a look at CONTRIBUTING.md.

⭐ License

This project is licensed under GNU General Public License 3.0 (or later).