Several months ago I released a slightly unfinished PHP Framework called MicroMVC and today I am happy to announce that it finally has a good home at github. MicroMVC is released under the GPL 3 so it is free for anyone to download and use.
MicroMVC is the project that I am most proud of out of all my web apps. It powers this awesome site as well as several video system and other sites where I needed something lightweight and blazing fast.
Along with the new home it has been updated, cleaned up, and outfitted with a couple example controllers that show you how to fetch twitter updates, create posts in a SQLite database, call hooks/plugins, and load views.
While this system isn’t for everyone - it is perfect for people that don’t need a lot to power their site - but don’t want to deal with a mess of procedural php code everywhere. MicroMVC only requires 6 small files and a controller to work it’s magic. taking a measly 200kb to run - a lot less than CodeIgniter and Zend whitch take +2MB and +4MB respectively.
I would love feedback from anyone that would like to try this system out. I hope that it can serve others as much as it has been a help to me. If you have any quesitons about it please post them in the Code 2 Design forums.
Great! I've been waiting for this :)