mdwheele/fortune

A fortune-teller for PHP.

dev-master 2013-07-20 04:26 UTC

This package is auto-updated.

Last update: 2024-04-07 00:17:58 UTC


README

Build Status

Fortune is a PHP Package for generating random fortunes similar to UNIX's fortune command. In fact, it's database of fortunes is built from fortune files from various systems.

Installation

Install through Composer.

"require": {
    "mdwheele/fortune": "dev-master"
}

Attributions