Pico is an open source CMS application that is capable of very few things. It uses flat-files as the database and built with PHP. Simply, there is no setup and the app works instantly.

Pico CMS

The contents are stored in .md files, markdown formatting is used and they can be edited in your favorite text editor. For the designs/theming, Pico makes use of the Twig templating engine and it is documented well.

Requirements: PHP 5.2.4+Website: http://pico.dev7studios.com/
Download: https://github.com/gilbitron/Pico

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

16 − 4 =

This site uses Akismet to reduce spam. Learn how your comment data is processed.

You May Also Like

Fast, Effective PHP Compression With .htaccess

PHP compression is an excellent method of conserving bandwidth and reducing client download times. We have already discussed an excellent method for CSS compression, and in this article we share a super-easy technique for compressing all PHP content without editing a single file.

Calculate folder and subfolders size with PHP

How to read the size of a directory using PHP? Here is a simple function which could help read the size of the directory, number of directories and the number of files in the given directory.