Strong communities are built on shared goals and trust.

My first custom framework

Tyrsson

Engaged Member
So, I have recently started my first endeavor in into custom framework coding.

So far the top features are:
  • Totally Event Driven
  • Does not require routing
  • 100% PSR compliant
  • Supports "Mods"
  • Supports "themes"
  • Supports Multiple RDBMS SQLite, MySQL, MariaDb, Postgre, Oracle just to name the major ones.
  • Supports composer deployment
  • Will expose a cli command suite to ease development
  • Fine grained per object ACL
I'll update the thread as development continues and may actually do a few writeups on it. Might help others sharpen their skillz or pick up a few new ones.
 
So far. It's showing a total execution elapsed time of 0.018 ms (give or take a few depending on the run). Note, that is in development mode which does zero config file caching.
 

Users who are viewing this thread

Back
Top