I have a tiny application that i need an autoloader for. I could easily use the symfony2 class loader but it seems like overkill.
Is there a stable extremely lightw
SplClassLoader seems like a right choice. It's an implementation proposed by PSR-0 itself.