Ready to try Spoon on for size?
Introduction to Spoon
// define location of your library
define('PATH_LIBRARY', '/home/myUsername/library');
// add this to the include path
set_include_path(get_include_path() . PATH_SEPARATOR . PATH_LIBRARY);
// require spoon
require_once 'spoon/spoon.php';