自动包含给定目录中的所有文件。
github.com/grandeljay/include-directory
源代码
问题
安装: 23
依赖项: 0
建议者: 0
安全: 0
星星: 0
关注者: 1
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
AGPL-3.0-or-later a5c830e8f1527c818b521ab18f2accecb02f9919
This package is auto-updated.
Last update: 2024-09-06 17:54:02 UTC
一个简单的PHP类,用于自动包含目录中的所有文件。
composer require grandel/include-directory
require 'vendor/autoload.php'; $include = new Grandel\IncludeDirectory(__DIR__ . '/path/to/directory');