Good PHP libraries? (not frameworks)

Status
Not open for further replies.

Supergeek

The Uberest Nerd
May 19, 2007
1,039
12
0
Denver
I don't like frameworks because they basically add all kinds of directories and files and shit that I don't like. I'd rather have #includes with functions or objects that I can control and pick and choose what I want to use.

So, do any of you PHP gurus have advice on good PHP libraries, not frameworks?

Good stuff would be...
- user management/authentication
- database management/CRUD
- user input sanitation/validation
 


Well, it's the user end that seems to waste the most of my time when I'm making CRUD-type code and UI -- the stuff that frameworks are really strong at. But, I don't like having to code to someone else's arbitrary guidelines. Where's the happy medium?
 
Status
Not open for further replies.