grandel/include-directory

Automatically include all files in a given directory.

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

This package is auto-updated.

Last update: 2025-07-06 19:52:39 UTC


README

A simple PHP class to automatically include all files in a directory.

Installation

composer require grandel/include-directory

Usage

require 'vendor/autoload.php';

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