adamhut/chuck-norris-jokes

A package return random jokes

1.1.0 2019-02-27 18:12 UTC

This package is auto-updated.

Last update: 2024-03-28 09:04:54 UTC


README

Create chuck norris jokes in your next PHP project.

Installation

Require the package using composer

composer require adamhut/chuck-norris-jokes

Usage

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