mdwheele / fortune
A fortune-teller for PHP.
Installs: 1 334
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
Requires (Dev)
- mockery/mockery: *
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-11-07 01:39:02 UTC
README
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
- Alan Silverstein ajs@frii.com
- Maintainer of the fortunes.txt data file used to provide random fortunes.