I started posting classes on the PHP classes site.  Here are links to them.

1.  Database ORM Builder : This helps simplify, and standardize, the way I manage data records from mysql tables.  It also enforces a specific coding pattern.  This script has saved me tons of time in coding and suggest others at least give it a try.

2.  CURL Post Master  : It makes using curl a bit easier and cleaner.  I like using curl, but I prefer an object oriented approach to using it.

3.  File Download Manager : Just give it a file path, and call the download method.  It’s that easy.

4.  Cache Master : PHP data cache utility.