cvar1984/fortune

Fortune teller

Maintainers

Package info

github.com/Cvar1984/Fortune

pkg:composer/cvar1984/fortune

Statistics

Installs: 5

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2023-10-06 03:47 UTC

This package is auto-updated.

Last update: 2026-02-06 08:56:34 UTC


README

Example

<?php

require __DIR__ . "/vendor/autoload.php";

$fortune = Cvar1984\Fortune\Fortune::make(Cvar1984\Fortune\Fortune::TERRY_DAVIS);

echo $fortune;
// you can also ommit parameter like this
echo Cvar1984\Fortune\Fortune::make();