Skip to content

austinvernsonger/cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sphido CMS

Build Status Latest Stable Version Total Downloads Latest Unstable Version License

Sphido is deathly simple, ultra fast, flat file (Markdown, Latte, HTML, PHTML) CMS. Fully customizable.

See more information: http://www.sphido.org/

How to install

Download latest version from Github and run composer install, or just run composer create-project sphido/cms.

Try Sphido CMS with PHP Built-in web server

Follow instructions require PHP 5.4+

git clone git@github.com:sphido/cms.git && cd cms && mkdir cache
curl -sS https://getcomposer.org/installer | php
php composer.phar install

php -S localhost:8000 -t public/

Then open http://localhost:8000/ in your browser

About

A rocket fast, lightweight, flat file CMS for PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 39.6%
  • HTML 34.3%
  • CSS 14.3%
  • ApacheConf 8.7%
  • Nginx 2.7%
  • JavaScript 0.4%