adamhut / chuck-norris-jokes
A package return random jokes
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/adamhut/chuck-norris-jokes
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- orchestra/testbench: ^3.8
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-09-28 12:35:24 UTC
README
Create chuck norris jokes in your next PHP project.
Installation
Require the package using composer
composer require adamhut/chuck-norris-jokes
Usage
use Adamhut\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.