Looking for a good set of base objects to start a website up in PHP. I am not looking for links to CakePHP as I am not interested in frameworks. I am looking for a set of objects that would come handy to start off with for new projects.
Objects such as:
- Loggers
- MySQL wrapper object
- etc
Basically a “Start with this”, I remember seeing a nice collection of objects and code on Digg, but I can’t find it again. There were user objects (for logging in), fsck editor built in, etc.
Use PDO.
Well, you are. You are not looking for a tightly coupled, full stack framework perhaps.
You might find one or more of the following useful:
They are all very loosely coupled frameworks, where you can pick and match as you need it.