The Java language has a command named import that automatically makes available a set of classes of a given package. That feature is not yet available in PHP.
This package provides a way to emulate the Java import command by automatically load one or more classes found in a given directory.