saurabh85mahajan/chuck-norris-jokes

Package to return random jokes about Chuck Norris

2.0.0 2020-12-22 17:09 UTC

This package is auto-updated.

Last update: 2024-04-23 00:36:32 UTC


README

Create Chuck Norris Jokes in your PHP Project

Installation

Require the package using composer

composer require saurabh85mahajan/chuck-norris-jokes

Usage

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