stevepop/chuck-norris-jokes

Create random Chuck Norris Jokes

1.0.2 2019-06-24 20:33 UTC

This package is auto-updated.

Last update: 2025-05-26 00:04:22 UTC


README

Create a Chuck Norris Project.

Build Status

Installation

Require the package using composer

pcomposer require stevepop/chuck-norris-jokes

Usage

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