Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

stojg/puny

Repository files navigation

Intro

A puny little PHP blog platform that aims to be as small and fast as possible.

It does not rely on any database modules, but relies on a stock PHP installation.

If APC is installed it will use it for caching to avoid unnecessary disk I/O.

Installation

First we have to install some dependencies from packagist.org, see that page for more information about the packagist and composer.

This project relies on the following packagist packages:

First you have to Download the composer.phar into the project root

curl -s http://getcomposer.org/installer | php

Then install the dependencies:

php composer.phar install

Build status

This project is using the awesome travis ci for continues unit testing.

Build Status

About

A puny little blog tool for PHP using Slim Framework and Markdown

Resources

Stars

Watchers

Forks

Packages

No packages published