andreshg112/chuck-norris-jokes

Muestra chistes aleatorios sobre Chuck Norris.

1.0.0 2019-03-01 04:22 UTC

This package is auto-updated.

Last update: 2024-04-20 08:55:29 UTC


README

Muestra un chiste aleatorio sobre Chuck Norris.

Installation

Instala el paquete usando composer

composer require andreshg112/chuck-norris-jokes

Usage

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