Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ default:
- zippy
- kimai
- gally
- microsymfony
Binary file added projects/microsymfony.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions projects/microsymfony.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: MicroSymfony
url: https://microsymfony.ovh/
dependencies:
- github@strangebuzz/MicroSymfony
description: |
MicroSymfony is a minimal Symfony application template on steroids, ready to use.
It includes the following features:
* Two task runners: Make and Castor
* PHP for all configuration files
* Static analysis with PHPStan 2
* Coding standards with PHP-CS-Fixer
* Tests examples: Unit, Integration, Functional, API and E2E
* Code coverage at 100% with a configurable threshold (with XDebugà
* GitHub CI with lint, test and security jobs.
* Asset mapper and Stimulus
* A custom error template featuring the FrankenPHP elePHPhant
* A classless CSS framework
It embraces all the Symfony best practices with some sensible defaults.
2 changes: 1 addition & 1 deletion projects/pico.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Pico CMS
url: http://picocms.org/
url: https://picocms.org/
dependencies:
- github@picocms/Pico
description: |
Expand Down