diff --git a/projects.yml b/projects.yml index b3840f4..03ada7d 100644 --- a/projects.yml +++ b/projects.yml @@ -108,3 +108,4 @@ default: - zippy - kimai - gally + - microsymfony \ No newline at end of file diff --git a/projects/microsymfony.png b/projects/microsymfony.png new file mode 100644 index 0000000..5dfa3cd Binary files /dev/null and b/projects/microsymfony.png differ diff --git a/projects/microsymfony.yml b/projects/microsymfony.yml new file mode 100644 index 0000000..b5208a2 --- /dev/null +++ b/projects/microsymfony.yml @@ -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. \ No newline at end of file diff --git a/projects/pico.yml b/projects/pico.yml index 95c0ad0..07355e7 100644 --- a/projects/pico.yml +++ b/projects/pico.yml @@ -1,5 +1,5 @@ name: Pico CMS -url: http://picocms.org/ +url: https://picocms.org/ dependencies: - github@picocms/Pico description: |