Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cesurapp/acme-bundle

Symfony Bundle Template
https://github.com/cesurapp/acme-bundle

acme-bundle bundle symfony

Last synced: 11 days ago
JSON representation

Symfony Bundle Template

Awesome Lists containing this project

README

        

# Symfony Acme Bundle

[![App Tester](https://github.com/cesurapp/acme-bundle/actions/workflows/testing.yaml/badge.svg)](https://github.com/cesurapp/acme-bundle/actions/workflows/testing.yaml)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?logo=Unlicense)](LICENSE.md)

Template to create new symfony bundle.

Usage:
* Replace "Cesurapp\AcmeBundle" -> "GithubRepo\XYZBundle"
* Configure micro kernel -> tests/Kernel.php

Commands:
```shell
# PHPUnit Test
composer test
composer test:stop

# PHPCsFixer & PHPStan
composer qa:fix
composer qa:lint
composer qa:phpstan

# Test and Fix All
composer fix
```