https://github.com/yiistack/template
https://github.com/yiistack/template
github-template template yii
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yiistack/template
- Owner: yiistack
- License: mit
- Created: 2020-01-02T07:07:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T18:07:51.000Z (over 3 years ago)
- Last Synced: 2025-10-28T12:31:45.841Z (7 months ago)
- Topics: github-template, template, yii
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii Stack _____
[](https://packagist.org/packages/yiistack/_____)
[](https://packagist.org/packages/yiistack/_____)
[](https://github.com/yiistack/_____/actions?query=workflow%3Abuild)
[](https://scrutinizer-ci.com/g/yiistack/_____/?branch=master)
[](https://scrutinizer-ci.com/g/yiistack/_____/?branch=master)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiistack/_____/master)
[](https://github.com/yiistack/_____/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiistack/_____)
The package ...
## Requirements
- PHP 7.4 or higher.
## Installation
The package could be installed with composer:
```
composer require yiistack/_____ --prefer-dist
```
## General usage
### Unit testing
The package is tested with [PHPUnit](https://phpunit.de/). To run tests:
```shell
./vendor/bin/phpunit
```
### Mutation testing
The package tests are checked with [Infection](https://infection.github.io/) mutation framework. To run it:
```shell
./vendor/bin/roave-infection-static-analysis-plugin
```
### Static analysis
The code is statically analyzed with [Psalm](https://psalm.dev/). To run static analysis:
```shell
./vendor/bin/psalm
```