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
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
- cpsit/project-builder: ^2.11
- guzzlehttp/guzzle: ^7.0
- nyholm/psr7: ^1.5
- psr/http-client: ^1.0
- psr/http-message: ^1.0 || ^2.0
- symfony/process: ^5.4 || ^6.0 || ^7.0
- webmozart/assert: ^1.11
Requires (Dev)
- armin/editorconfig-cli: ^1.8 || ^2.0
- composer/composer: ^2.1
- eliashaeussler/php-cs-fixer-config: ^2.0
- eliashaeussler/phpstan-config: ^2.1
- eliashaeussler/rector-config: ^3.0
- ergebnis/composer-normalize: ^2.30
- friendsoftwig/twigcs: ^6.2
- j13k/yaml-lint: ^1.1
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-webmozart-assert: ^2.0
- phpunit/phpunit: ^10.2 || ^11.0
- symfony/expression-language: ^5.4 || ^6.0 || ^7.0
This package is auto-updated.
Last update: 2025-02-23 02:02:51 UTC
README
Composer package template
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
-
Create a new project:
composer create-project cpsit/project-builder
-
Select the package
eliashaeussler/composer-package-template
. -
Follow all instructions and answer the questions.
-
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).