tags:

views:

70

answers:

1

Hello,

I'm looking for a PHP framework for small projects. Things like the ZEND framework or Symphony are much to big for my needs and they don't save me time. I'm faster developing those small apps by hand instead with on of these mighty frameworks. Maybe someone has an suggestion?

Thanks!

+1  A: 

I found myself in the same boat as you, and out of convenience wrote a handful of classes that I use regularly. I extend these classes for each project that needs extra features.

There are also a few lightweight solutions (more robust than mine) mentioned in this post.

banzaimonkey