bryanthw1020 / chuck-norris-jokes
Create random Chuck Norris jokes.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bryanthw1020/chuck-norris-jokes
Requires (Dev)
- phpunit/phpunit: ^9.2
This package is auto-updated.
Last update: 2025-10-07 14:54:45 UTC
README
Create chuck norris joke in your next PHP project.
Installation
Require the package using composer:
composer require bryanthw1020/chuck-norris-jokes
Usage
use bryanthw1020\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.