From 150dfa2ddd091306c4b8f8bbf5f22ebda6433491 Mon Sep 17 00:00:00 2001 From: Yuriy Belenko Date: Sat, 12 Jun 2021 20:24:56 +0300 Subject: [PATCH] Add ybelenko as php-slim4 template creator (#9754) Thanks to Julian(jfastnacht) who started Slim3 generator and maintained it until Nov 27, 2017(latest PR). Since Slim4 codegen is based on deprecated Slim3 I greatly appreciate your commitment. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cb8d1116714c..ea5226bb88f5 100644 --- a/README.md +++ b/README.md @@ -950,6 +950,7 @@ Here is a list of template creators: * PHP Laravel: @renepardon * PHP Lumen: @abcsun * PHP Slim: @jfastnacht + * PHP Slim4: @ybelenko * PHP Symfony: @ksm2 * PHP Zend Expressive (with Path Handler): @Articus * Python FastAPI: @krjakbrjak