alzpk / dad-jokes
This library will tell a simple dad joke, when called for.
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alzpk/dad-jokes
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;