eliashaeussler/composer-package-template

Composer package template

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 1

Type:project-builder-template

dev-main 2024-04-28 07:01 UTC

README

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).