A library for creating random crazzy jokes when you need one!
Use the composer tool to include this library to your PHP based project.
composer install zonec/base$factory = new \Zonec\Base\JokesFactory();
$randomJoke = $factory->getRandomJoke();Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.