2017 © Pedro Peláez
 

library tinycms

Small textfile based CMS

image

voilab/tinycms

Small textfile based CMS

  • Monday, November 30, 2015
  • by karamasoff
  • Repository
  • 0 Watchers
  • 0 Stars
  • 46 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

Tiny CMS

Small textfile based CMS., (*1)

How to Install

using Composer

Create a composer.json file in your project root:, (*2)

{
    "require": {
        "voilab/tinycms": "0.1.*"
    }
}

Then run the following composer command:, (*3)

$ php composer.phar install

Usage

...see the code..., (*4)

Authors

Alexandre Ravey Joel Poulin, (*5)

License

MIT Public License, (*6)

The Versions

20/10 2014