PHPackages                             voodoo/module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. voodoo/module

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

voodoo/module
=============

Module manager package

1.0.0(6y ago)0101MITPHP

Since Jul 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/REABMAX/voodoo-module)[ Packagist](https://packagist.org/packages/voodoo/module)[ RSS](/packages/voodoo-module/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

voodoo-module
=============

[](#voodoo-module)

This package provides an implementation of the plugin pattern.

Quick start
-----------

[](#quick-start)

A module must implement `Voodoo\Module\Contracts\ModuleInterface` and/or implement one of the ProviderInterfaces specified in that namespace.

The ModuleManager manages Modules and resolves them by using an implementation of `ModuleResolverInterface`

```
