One of the requirements of PSR-0 is: > Each _ character in the CLASS NAME is converted to a DIRECTORY_SEPARATOR. The _ character has no special meaning in the namespace. framework/src/Illuminate/Support/ClassLoader.php should be modified to support converting underscores to a separator.