Examples of simple PHP MVC projects

What are some good examples of open source PHP projects built using the MVC architecture.

I searched and found this question that asks a similar question, but all the answers were focused on a specific framework. I am looking for actual embedded applications for use as case studies. I do not mind if the project uses this framework, but I am focused on the completed project, and not on how the structure works.

+3
source share
1 answer

The SleekMVC framework contains an example application ...

0
source

All Articles