bagwaa / really-funny-jokes
Just some really funny jokes, clearly what every PHP application needs
1.0.0
2020-02-11 16:19 UTC
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-11-14 04:21:20 UTC
README
Don't let your PHP apps be sad and gloomy, insert this joke package and never be without a good joke again!
Installation
Use the package manager composer to install really-funny-jokes.
composer require bagwaa/really-funny-jokes
Usage
<?php use Bagwaa\ReallyFunnyJokes\JokeFactory; $jokes = new JokeFactory(); $joke = $jokes->getRandomJoke();
Contributing
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.