I have used a lot of different frameworks in my career, from Zend(Laminas) to Yii, Cake to Codeignitor, SlimPHP to Laravel and more. I have always been a fan of SlimPHP, but in version 4 I felt a little disconnected.
This made me look a little further into what I could create if I were to make a framework.
So we have an Application class that contains our Router, HttpKernel and Container - and allows us to access each one.
This isn’t something I expect will replace SlimPHP or Laravel or anything else, it is simply something I built for fun.