Marketplace for Freelancers & Businesses

My first custom framework

Tyrsson

Newcomer
Joined
Jun 1, 2024
Messages
19
Credits
93
Feedback: +0 / =0 / -0
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.
 
Back
Top