An open API service indexing awesome lists of open source software.

https://github.com/mdwheele/fortune

A fortune-teller for PHP.
https://github.com/mdwheele/fortune

Last synced: about 1 year ago
JSON representation

A fortune-teller for PHP.

Awesome Lists containing this project

README

          

# Fortune

[![Build Status](https://travis-ci.org/mdwheele/fortune.png?branch=master)](https://travis-ci.org/mdwheele/fortune)

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.

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

## Attributions

* [Alan Silverstein](http://silgro.com)
* Maintainer of the fortunes.txt data file used to provide random fortunes.