Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/demo-php
Web application demo in Yii3.
https://github.com/normalhuman01/demo-php
Last synced: about 1 month 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T19:47:53.000Z (about 1 year ago)
- Last Synced: 2023-12-17T20:47:59.078Z (about 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.
[![Build Status](https://github.com/php-forge/app/workflows/build/badge.svg)](https://github.com/php-forge/app/actions?query=workflow%3Abuild)
[![codecov](https://codecov.io/gh/php-forge/app/branch/main/graph/badge.svg?token=KB6T5KMGED)](https://codecov.io/gh/php-forge/app)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fphp-forge%2Fapp%2Fmain)](https://dashboard.stryker-mutator.io/reports/github.com/php-forge/app/main)
[![static analysis](https://github.com/php-forge/app/workflows/static%20analysis/badge.svg)](https://github.com/php-forge/app/actions?query=workflow%3A%22static+analysis%22)
[![type-coverage](https://shepherd.dev/github/php-forge/app/coverage.svg)](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
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/664b96add8e447a4a29050d0cdfa797e)](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)
[![StyleCI](https://github.styleci.io/repos/510109439/shield?branch=main)](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
[![Twitter](https://img.shields.io/badge/twitter-follow-1DA1F2?logo=twitter&logoColor=1DA1F2&labelColor=555555?style=flat)](https://twitter.com/PhpForge)