thefourthdev/chuck-norris-jokes

Create random Chuck Norris jokes

1.3.0 2025-01-21 08:49 UTC

This package is not auto-updated.

Last update: 2025-06-10 10:49:49 UTC


README

Create random Chuck Norris jokes.

Installation

Require the package using composer:

composer require thefourthdev/chuck-norris-jokes

Usage

use TheFourthDev\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.

License

The MIT License (MIT). See LICENSE.md for details.