Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cesurapp/acme-bundle
- Owner: cesurapp
- License: mit
- Created: 2023-12-02T13:59:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T22:56:28.000Z (6 months ago)
- Last Synced: 2024-05-31T23:49:41.469Z (6 months ago)
- Topics: acme-bundle, bundle, symfony
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.phpCommands:
```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
```