https://github.com/normalhuman01/demo-php
Web application demo in Yii3.
https://github.com/normalhuman01/demo-php
Last synced: 11 months ago
JSON representation
Web application demo in Yii3.
- Host: GitHub
- URL: https://github.com/normalhuman01/demo-php
- Owner: normalhuman01
- License: other
- Created: 2023-12-17T19:46:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T19:47:53.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:45:29.281Z (over 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
PHP Forge - Plantilla de aplicación web para Yii3.
[](https://github.com/php-forge/app/actions?query=workflow%3Abuild)
[](https://codecov.io/gh/php-forge/app)
[](https://dashboard.stryker-mutator.io/reports/github.com/php-forge/app/main)
[](https://github.com/php-forge/app/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/php-forge/app)
## Instalación
```shell
composer create-project --prefer-dist forge/app
```
## Análisis estático
El código se analiza estáticamente con [Psalm](https://psalm.dev/docs). Para ejecutarlo:
```shell
./vendor/bin/psalm
```
## Pruebas de mutación
Las pruebas de mutación se comprueban con [Infection](https://infection.github.io/). Para ejecutarlo:
```shell
./vendor/bin/roave-infection-static-analysis-plugin
```
## Pruebas unitarias
Las pruebas unitarias se comprueban con [PHPUnit](https://phpunit.de/). Para ejecutarlo:
```shell
./vendor/bin/phpunit
```
## Calidad y estilo de código
[](https://www.codacy.com/gh/php-forge/app/dashboard?utm_source=github.com&utm_medium=referral&utm_content=php-forge/app&utm_campaign=Badge_Grade)
[](https://github.styleci.io/repos/510109439?branch=main)
## Licencia
El paquete `php-forge/app` es software libre. Se publica bajo los términos de la Licencia BSD.
Consulte [`LICENSE`](./LICENSE.md) para obtener más información.
Mantenido por [Terabytesoftw](https://github.com/terabytesoftw).
## Nuestras redes sociales
[](https://twitter.com/PhpForge)