Skip to content

Commit ec6b883

Browse files
committed
feat: add MicroSymfony
1 parent fe87fb2 commit ec6b883

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

projects.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ default:
108108
- zippy
109109
- kimai
110110
- gally
111+
- microsymfony

projects/microsymfony.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: MicroSymfony
2+
url: https://microsymfony.ovh/
3+
dependencies:
4+
- github@strangebuzz/MicroSymfony
5+
description: |
6+
MicroSymfony is a minimal Symfony application template on steroids, ready to use.
7+
It includes the following features:
8+
* Two task runners: Make and Castor
9+
* PHP for all configuration files
10+
* Static analysis with PHPStan 2
11+
* Coding standards with PHP-CS-Fixer
12+
* Tests examples: Unit, Integration, Functional, API and E2E
13+
* Code coverage at 100% with a configurable threshold (with XDebugà
14+
* GitHub CI with lint, test and security jobs.
15+
* Asset mapper and Stimulus
16+
* A custom error template featuring the FrankenPHP elePHPhant
17+
* A classless CSS framework
18+
It embraces all the Symfony best practices with some sensible defaults.

0 commit comments

Comments
 (0)