Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rask/php-template
- Owner: rask
- License: mit
- Created: 2019-07-17T22:31:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T23:54:33.000Z (11 months ago)
- Last Synced: 2024-02-03T00:37:33.863Z (11 months ago)
- Topics: php, starter-kit, starter-project, starting-point, template, template-project
- Language: PHP
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).