grandel/include-directory

Automatically include all files in a given directory.

Maintainers

Package info

github.com/grandeljay/include-directory

pkg:composer/grandel/include-directory

Statistics

Installs: 28

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-06 21:08:54 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');