cvar1984/fortune

Fortune teller

Installs: 5

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/cvar1984/fortune

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

This package is auto-updated.

Last update: 2025-10-06 08:11:04 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();