I wrote it myself, https://github.com/bephp There are several warehouses on it, a router to control routing, an activerecord, and a microtpl template. Just implement the mvc you want. There is a demo blog.
When I got started, I read this "Step-by-Step Tutorial on Writing Your Own PHP MVC Framework Example". In half a day, I learned about the big framework of MVC. Then I looked at the source code of ThinkPHP, and everything else was basically fine.
I wrote it myself, https://github.com/bephp
There are several warehouses on it, a router to control routing, an activerecord, and a microtpl template.
Just implement the mvc you want. There is a demo blog.
PHPMVC GIT
There are many, you can take a look at a few
When I got started, I read this "Step-by-Step Tutorial on Writing Your Own PHP MVC Framework Example". In half a day, I learned about the big framework of MVC. Then I looked at the source code of ThinkPHP, and everything else was basically fine.