cmsilex/cmsilex

There is no license information available for the latest version (dev-master) of this package.

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

dev-master 2017-01-21 09:38 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:01:50 UTC


README

View the documentation on Read the docs.

CMSilex is a CMS based on Silex, the PHP micro-framework:

<?php

require_once __DIR__.'/../vendor/autoload.php';

$app = new \CMSilex\Application();

$app->run();

CMSilex works with PHP 5.5.9 or later.

Installation

The recommended way to install CMSilex is through Composer:

composer require cmsilex/cmsilex "dev-master"

License

CMSilex is licensed under the MIT license.