PHPackages                             krak/mw-codeigniter - 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. krak/mw-codeigniter

ActiveLibrary[Framework](/categories/framework)

krak/mw-codeigniter
===================

Mw CodeIgniter Integration

v0.2.0(9y ago)1700MITPHP

Since Jul 21Pushed 9y ago1 watchersCompare

[ Source](https://github.com/krakphp/mw-codeigniter)[ Packagist](https://packagist.org/packages/krak/mw-codeigniter)[ RSS](/packages/krak-mw-codeigniter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

Mw Http CodeIgniter Integration
===============================

[](#mw-http-codeigniter-integration)

You can integrate the Mw Http framework with CI by embedding an Mw app inside of the CI framework.

The idea for this integration came from a legacy site I've managed before where we couldn't remove the old CI framework, but we needed to add new features that the Mw Http Framework could solve. So, this allows a nice bridge from an older system to a new one.

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

[](#installation)

Install with composer at `krak/mw-codeigniter`

Usage
-----

[](#usage)

To have an app that you want to embed inside of the CI framework, you'll need to do a few things.

1. Create a controller to handle the Mw Routes named like application/controllers/mw.php
2. Create your mw app inside of the controller method.

```
