abrahamemmanuel / chuk-norris-jokes
Create random chuk norris jokes
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Language:HTML
pkg:composer/abrahamemmanuel/chuk-norris-jokes
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is not auto-updated.
Last update: 2025-12-27 15:01:05 UTC
README
Create chuck norris jokes in your next php projects.
Installation
Require the package using:
composer require abrahamemmanuel/chuck-norris-jokes
Usage
use Emmy\ChuckNorrisJokes\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.