grandel/include-directory

Automatically include all files in a given directory.

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/grandel/include-directory

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

This package is auto-updated.

Last update: 2025-12-06 20:39:59 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');