require all php files in a directory code example Example: php get all php files in a directory foreach(glob('includes/*.php') as $file) { ... }