PHPackages                             codinghamster/codeigniter-modular-extensions-hmvc - 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. [Framework](/categories/framework)
4. /
5. codinghamster/codeigniter-modular-extensions-hmvc

ActiveLibrary[Framework](/categories/framework)

codinghamster/codeigniter-modular-extensions-hmvc
=================================================

CodeIgniter framework modular extension - HMVC

1.1.0(7y ago)57.5k↑96.7%10[2 PRs](https://github.com/codinghamster/codeigniter-modular-extensions-hmvc/pulls)MITPHP

Since Jul 17Pushed 1y ago1 watchersCompare

[ Source](https://github.com/codinghamster/codeigniter-modular-extensions-hmvc)[ Packagist](https://packagist.org/packages/codinghamster/codeigniter-modular-extensions-hmvc)[ RSS](/packages/codinghamster-codeigniter-modular-extensions-hmvc/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

Modular Extensions (HMVC) for CodeIgniter 3
===========================================

[](#modular-extensions-hmvc-for-codeigniter-3)

> This is the fork of the awesome  project.

Modular Extensions makes the CodeIgniter PHP framework modular. Modules are groups of independent components, typically model, controller and view, arranged in an application modules sub-directory that can be dropped into other CodeIgniter applications.

HMVC stands for Hierarchical Model View Controller.

Module Controllers can be used as normal Controllers or HMVC Controllers and they can be used as widgets to help you build view partials.

Installation
------------

[](#installation)

**Step 1.** Install package with composer:

```
composer require codinghamster/codeigniter-modular-extensions-hmvc
```

**Step 2.** Create two files in your `application/core` directory:

*MY\_Loader.php*

```
