rebelcode/modular

A module system.

Installs: 2 074

Dependents: 15

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 2

pkg:composer/rebelcode/modular

v0.1-alpha1 2018-05-11 11:17 UTC

This package is auto-updated.

Last update: 2025-09-22 00:01:47 UTC


README

Build Status Code Climate Test Coverage Latest Stable Version This package complies with Dhii standards

Details

A system for working with Dhii modules. Allows primarily implementation and dependency-based ordered running of modules in the standard way. Will look for module file module.php in folders that are within the specified depth of a given directory. This means that you can store all files of a module in one directory, and all modules in one place.