pentagonal / modular
Easy php module storage collector for small project
1.0.1
2018-04-20 16:02 UTC
Requires
- php: ^7.0
- ext-tokenizer: *
- pentagonal/array-store: ~1
- pentagonal/php-evaluator: ~1
Requires (Dev)
This package is not auto-updated.
Last update: 2024-12-22 06:26:37 UTC
README
Easy php module storage collector for small project
Embed the script without change the core.
just like as add-ons, plugins or whatever it names.
REQUIREMENTS
- Php 7.0 or later - Php tokenizer extension enabled - `spl` enabled - function `eval` allowed (for validate php file - optional)
USAGE
<?php use Pentagonal\Modular\Reader; $reader = new Reader('/Path/To/Directory'); $reader->configure(); $modules = $reader->getValidModules(); // init all module foreach ($modules as $moduleIdentifier => $module) { // initialize per module // this only called once on module base $module->finalInitOnce(); }
LIBRARIES
LICENSE
MIT LICENSE