pixlforge/chuck-norris-jokes

Create random Chuck Norris jokes.

1.4.2 2019-03-01 12:08 UTC

This package is auto-updated.

Last update: 2025-04-29 00:53:02 UTC


README

Add Chuck Norris jokes in your PHP project.

Installation

Require the package using composer:

composer require pixlforge/chuck-norris-jokes

Usage

use Pixlforge\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

MIT