Working on Phespro Framework

2021-08-17

I am currently working on my own PHP framework. I like it very much (no wonder, I programmed it).

A few key facts:

  • uses NoTee library for generating HTML (no template engine)
  • minimalistic and modern
  • embrace the di container
  • no built-in caches
  • extensible

If you are interested, check it out at https://packagist.org/packages/phespro/phespro.

Back to Posts