rebelcode / modular
A module system.
Installs: 2 064
Dependents: 15
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 2
Requires
- php: ^5.4 | ^7.0
- dhii/callback-abstract: ^0.1-alpha1
- dhii/collections-interface: ^0.2-alpha4
- dhii/config-interface: ^0.2-alpha2
- dhii/container-helper-base: ^0.1-alpha5
- dhii/data-container-interface: ^0.2-alpha3
- dhii/data-key-value-aware-abstract: ^0.1-alpha4
- dhii/event-interface: ^0.2-alpha1
- dhii/exception: ^0.1-alpha4
- dhii/factory-base: ^0.1-alpha3
- dhii/factory-interface: ^0.1-alpha2
- dhii/file-finder-abstract: ^0.1-alpha1
- dhii/i18n-helper-base: ^0.1
- dhii/iterator-helper-base: ^0.1-alpha2
- dhii/module-interface: ^0.1
- dhii/normalization-helper-base: ^0.1-alpha2
- dhii/wp-events: ^0.3-alpha1
- psr/container: ^1.0
- rebelcode/module-iterator-abstract: ^0.1-alpha1
Requires (Dev)
- codeclimate/php-test-reporter: <=0.3.2
- dhii/php-cs-fixer-config: ^0.1
- mikey179/vfsstream: ^1.6@dev
- phpunit/phpunit: ^4.8
- ptrofimov/xpmock: ^1.1
This package is auto-updated.
Last update: 2024-10-21 21:45:12 UTC
README
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.