Thomas Portelange
LeKoala Dev Blog

LeKoala Dev Blog

Follow
homebadges
Tag

PHP7

#php7

More content

Read more stories on Hashnode


Articles with this tag

Creating the fastest PHP framework

Oct 8, 20214 min read

In my last article, I talked a bit about creating a DI container. Today, we are going to talk about PHP frameworks and performance. The current...

Creating the fastest PHP framework

Creating a Dependency Injection (DI) Container

Sep 15, 20212 min read

A while ago, I've created a small PHP framework. In order to adhere to modern practice (it even has basic middleware support even if I don't like...

Creating a Dependency Injection (DI) Container