jchristlieb/chuck-norris-jokes

Receive random Chuck Norris jokes. Enjoy.

1.1.0 2019-05-07 09:56 UTC

This package is auto-updated.

Last update: 2024-04-09 00:05:54 UTC


README

Build Status StyleCI

Chuck Norris Jokes

This is a library that supports you with random Chuck Norris Jokes.

Installation

Require the package using composer:

composer require jchristlieb/chuck-norris-jokes

Usage

use Jchristlieb\ChuckNorrisJokes\JokeFactory;

$jokes = new JokeFactory();

$joke = $jokes->getRandomJoke()

Credits

Marcel Pociot's PHP Package Development Course

Changelog

All changes to this library are documented in the changelog.

License

MIT