alzpk / dad-jokes
This package is abandoned and no longer maintained.
No replacement package was suggested.
This library will tell a simple dad joke, when called for.
1.4
2020-02-11 12:28 UTC
This package is auto-updated.
Last update: 2021-09-14 18:42:51 UTC
README
Small PHP library that tells a random dad joke.
Example of usage
<?php
require_once "./vendor/autoload.php";
$dadJokes = new Alzpk\DadJokes\DadJokes();
echo $dadJokes->tellRandomJoke() . PHP_EOL;