grandelinclude-directory

自动包含给定目录中的所有文件。

v0.2.2 2021-12-01 14:10 UTC

This package is auto-updated.

Last update: 2024-09-06 17:54:02 UTC


README

一个简单的PHP类,用于自动包含目录中的所有文件。

安装

composer require grandel/include-directory

用法

require 'vendor/autoload.php';

$include = new Grandel\IncludeDirectory(__DIR__ . '/path/to/directory');