rebelcode/modular

A module system.

Maintainers

Package info

github.com/RebelCode/modular

pkg:composer/rebelcode/modular

Statistics

Installs: 2 074

Dependents: 15

Suggesters: 0

Stars: 1

Open Issues: 2

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

This package is auto-updated.

Last update: 2026-02-22 00:59:35 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.