After much looking I finally stumbled over a framework called Kohana.
Kohana is an open source, object oriented H MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small.
Kohana is licensed under a BSD license, so you can legally use it for any kind of open source, commercial, or personal project.
Getting started with it was a bit of a hassle because the documentation isn’t the greatest, but the small community has been helpful and the framework is pretty clear once you grasp the basics. For me it was particularly difficult since I don’t really have that much experience with MVC frameworks at all. But so far it has been very fun to learn and code with it.
There are currently two versions of Kohana, 2 and 3. These are pretty much different frameworks, and I decided to go for version 3 as it seem to be cleaner and support HMVC which seems very interesting.
Here are some very helpful resources that helped me get started:
Alrighty, will blog more about Kohana some other day. Maybe even some tutorials…?
Are you using any PHP frameworks? What do you use? Please share!