bryanthw1020 / chuck-norris-jokes
Create random Chuck Norris jokes.
1.0.0
2020-07-01 06:53 UTC
Requires (Dev)
- phpunit/phpunit: ^9.2
This package is auto-updated.
Last update: 2025-03-07 13:22:12 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.