eliashaeussler / composer-package-template
Composer package template
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 2
Type:project-builder-template
Requires
- php: ~8.1.0 || ~8.2.0 || ~8.3.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: ^1.3
- phpstan/phpstan-webmozart-assert: ^1.2
- phpunit/phpunit: ^10.2 || ^11.0
- symfony/expression-language: ^5.4 || ^6.0 || ^7.0
This package is auto-updated.
Last update: 2024-11-07 17:02:19 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
🔥 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).