Pico is a stupidly simple, blazing fast, flat file CMS. See http://picocms.org/ for more info.
Requires PHP 5.3+
You can install the latest version either by downloading it from http://picocms.org/ or use Git:
git clone https://github.com/picocms/Pico.git
Download composer and run it with install option.
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
The easiest way to Pico is using the built-in web server on PHP.
$ php -S 0.0.0.0:8080
Pico will be accessible from http://localhost:8080.
You can read the wiki if you are looking for examples and read the inline-docs for more development information.
If you find a bug please report it on the issues page, but remember to include as much detail as possible, and what someone can do to re-create the issue.
Issues with plugins should be reported on the offending plugins homepage, same goes for themes.
Help make PicoCMS better by checking out the GitHub repository and submitting pull requests.
If you create a plugin please add it to the Wiki.
Pico can be extended with a wide variety of plugins in order to add extra functionality, speed, or features.
Visit the Pico Wiki for docs, plugins, themes, etc...