Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rask/php-template

Opinionated starting point for PHP projects
https://github.com/rask/php-template

php starter-kit starter-project starting-point template template-project

Last synced: about 2 months ago
JSON representation

Opinionated starting point for PHP projects

Awesome Lists containing this project

README

        

# vendor/package

This is a template for PHP projects. Opinionated, and quite preconfigured for strict but basic starting points.

## Features

- Baseline Composer configuration for a library,
- PHPUnit, with basic setup for coverage reports and JUnit output,
- PHPStan with max level and strict rules, with some additional rules installed
- Infection for mutation testing,
- PHP_CodeSniffer with opinionated configuration based mostly on PSR-1/2/12 and with added strictness checks using parts of Slevomat Coding Standard,
- .editorconfig, .gitignore, .gitattributes,
- Dummy content for source and tests,
- MIT license contents.

Do change or remove these at will. Remember to change names for the project.

## License

MIT License, see [LICENSE.md](./LICENSE.md).