neyosoft/chuck-norris-jokes

Hands out different chuck norris jokes

v1.1 2019-05-13 17:03 UTC

This package is auto-updated.

Last update: 2024-09-14 05:59:24 UTC


README

Create and use random chuck norris jokes in your PHP application.

Installation

Get the library into you application using composer package manager.

composer require neyosoft/chuck-norris-jokes

Usage

use Neyosoft\ChuckNorrisJoke\Factories\JokeFactory;

$jokes = new JokeFactory();

$jokes->add($new_joke);

$joke = $jokes->getRandom();

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