arthuratul / chuck-norris-jokes
generates a random check norris jokes
1.0.1
2020-05-31 10:55 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.5
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-06-29 01:42:29 UTC
README
Create check norris jokes in your next php project
Installation
Require the package using composer
composer require arthuratul/chuck-norris-jokes
Usage
use arthuratul\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.