Over on GitHub I have just open sourced a PHP web and web services framework which I’ve been making use of to build a lot of projects recently.
Initially, it was built for a single project but I’ve ended up using it for many other things, and I thought it might be useful to the Open Source community.
Features
- Pluggable
- Light weight
- Sophisticated events system
- Abstracted database layer
- MVC architecture
- Virtual pages
- Object/Metadata based data model
Its designed to have much of its functionality carried in plugins, many of which I will release a little bit later just as soon I’ve had the time to tidy them up a bit!
Anywho, its available under the MIT licence and hopefully it’ll be useful to you!