An open API service indexing awesome lists of open source software.

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:

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
```