rebelcode/modular

A module system.

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

This package is auto-updated.

Last update: 2024-04-21 20:30:45 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.