If you have autoload installed:
$r = new ReflectionClass('Capsule\Schema'); echo $r->getFileName();
Usually, namespaces and class names should match the names of directories and files (although they are optional). A decent editor / IDE should also make global search easy, at worst, with regular expression searches for " class\s+Schema ".
source share