I was tasked to prepare a comprehensive summary about IAM, so I learned a lot about the topic in the past few days. So to use that time even more efficiently, I'd like to share the basics with you as well.
After so many months IĀ finally got to update Quiky. Website now has a nice and clean flexbox UI with XHR page changes, making them lightning fast.
I also fixed some long lasting bugs in WPF application and finally got myself to create saving from app to website, which ultimately allowed the XHR makeover.
I designed the Framework to be as lightweight as possible, with as few classes as possible. There are many of them, but most of them aren't required for it to work.
The minimal version for PHP Framework contains there files and directories:
In this configuration, the whole framework (not minified) has just 75 kB and 1600 lines of code. All classes in this minimal version are regular, there's no āliteā version. QetriX is designed to be highly extensible, so even such integral parts, like components, are optional.