https://github.com/viktigpetterr/composer-template
Composer package template :elephant: :package:
https://github.com/viktigpetterr/composer-template
composer composer-template package-template php template template-project
Last synced: 19 days ago
JSON representation
Composer package template :elephant: :package:
- Host: GitHub
- URL: https://github.com/viktigpetterr/composer-template
- Owner: viktigpetterr
- License: mit
- Created: 2021-10-24T17:36:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T18:40:39.000Z (over 4 years ago)
- Last Synced: 2025-10-06T13:59:56.204Z (8 months ago)
- Topics: composer, composer-template, package-template, php, template, template-project
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Composer-template
A neat little Composer template ready to be used for new awesome PHP packages. :elephant: :package:
## Features
- Static code analysis through [easy-coding-standard](https://github.com/symplify/easy-coding-standard).
- Unit testing through [PHPUnit](https://github.com/sebastianbergmann/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
```shell
composer create-project viktigpetterr/composer-template
```