mizzencms / core
MizzenCMS Lite provides a quick way to create simple websites utilising existing composer packages.
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
Type:cms
Requires
- php: >=5.4.0
- knplabs/knp-menu: ~2.0
- league/url: 3.*
- symfony/finder: 2.5.*
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.