jethromay / chuck-norris-jokes
Create random Chuck Norris jokes
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/jethromay/chuck-norris-jokes
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- orchestra/testbench: ~3.0
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2025-10-30 16:22:58 UTC
README
Create Chuck Norris jokes in your next PHP project.
Installation
Require the package using composer.
composer require jethromay/chuck-norris-jokes
Usage
use JethroMay\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.