Modular is my new Kohana module designed to help you manage your other modules! Version 1.0 allows you to track installed and loaded modules and load/unload them with a single click.

The list of loaded modules is stored in the database table; a hook extracts the list during Kohana's system.ready event and loads them.

Here's how it looks:

[caption id="attachment_240" align="alignnone" width="500" ]Modular demo page[/caption]

The documentation and source code is on BitBucket.

Future plans include creating a scheme to install modules via a web interface; Modular was created as part of a larger Kohana project that aims to have customisable modules you can upload - so development will be driven by that.

Please report any bugs you might find; or just give some feedback.