PHPackages                             auntiewarhol/mvcish - 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. auntiewarhol/mvcish

ActiveLibrary

auntiewarhol/mvcish
===================

Lightweight MVC-style PHP web application framework

v1.1.14(1y ago)0136MITPHPPHP &gt;=8.0

Since Jan 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/auntiewarhol/mvcish)[ Packagist](https://packagist.org/packages/auntiewarhol/mvcish)[ Docs](https://github.com/auntiewarhol/mvcish)[ RSS](/packages/auntiewarhol-mvcish/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (7)Versions (26)Used By (0)

 [ ](https://github.com/auntiewarhol/mvcish)MVCish
======

[](#mvcish)

 Lightweight MVC-style PHP web application framework

About The Project
-----------------

[](#about-the-project)

This is a super-lightweight (and thus probably feature-poor) MVC framework in the same vein as something like Yii.

It exists because I inherited a large old legacy system that I needed to migrate, update, and replace. I wanted something I could easily hack into place, converting the legacy pages to new mvc-controlled pages in place, as needed, over time.

So this has some capacities to run in multiple different ways at once.

None of this is really documented, because I wrote it for my own use.

It does not have any nifty installer scripts or anything like that. Yet.

And I don't really encourage anyone else to use it. But hey, it's a free world. If you like it, go for it.

I'll try to work on the docs.

([back to top](#readme-top))

### Installation

[](#installation)

```
	composer require auntiewarhol/mvcish

```

([back to top](#readme-top))

Usage
-----

[](#usage)

(here's a few things slurped in from comments. it's a start)

for typical single-point-of-entrance use, your app bootstrap script will be something like:

websiteroot/MyApp/myApp.php

```
