Skip to content

cmsilex/cmsilex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSilex, a simple CMS based on Silex

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published