bagwaa / really-funny-jokes
Just some really funny jokes, clearly what every PHP application needs
Installs: 825
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/bagwaa/really-funny-jokes
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-10-14 06:26:40 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.