/cms

A rocket fast, lightweight, flat file CMS for PHP

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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 customisable.

See more information: https://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

Clone source codes from GitHub:

git clone git@github.com:sphido/cms.git sphido.local && cd sphido.local

Install dependencies with composer:

composer install

Running with Docker

Run Docker and open http://localhost/

docker-compose up

Running with PHP only

php -S localhost:8000 -t public