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.
This commit is contained in:
Yuriy Belenko
2021-06-12 20:24:56 +03:00
committed by GitHub
parent 624b6a7a85
commit 150dfa2ddd

View File

@@ -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