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.
- Host: GitHub
- URL: https://github.com/mdwheele/fortune
- Owner: mdwheele
- License: mit
- Created: 2013-07-19T04:56:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-07T16:19:47.000Z (over 12 years ago)
- Last Synced: 2025-03-24T22:28:21.806Z (about 1 year ago)
- Language: PHP
- Homepage: https://packagist.org/packages/mdwheele/fortune
- Size: 395 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fortune
[](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.