MizzenCMS Lite provides a quick way to create simple websites utilising existing composer packages.

0.5.1 2015-01-08 11:27 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:24:43 UTC


README

#MizzenCMS Lite

MizzenCMS Lite provides a quick way to create simple websites utilising existing composer packages.

###Installation

Please note that this is not even beta. Use at your own risk.

MizzenCMS Lite can be found on Packagist and composer is the recommended way to install.

For more info check out the website

Add the following to your composer.json:

{
    "require": {
        "mizzencms/core": "~0.4"
    }
}

And install dependencies:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install

###Features, Support & Extensions

More info at mizzencms.net

###Tests

There is a partial coverage of the pre-alpha version, updated and extended tests are coming soon.