andreshg112 / chuck-norris-jokes
Muestra chistes aleatorios sobre Chuck Norris.
1.0.0
2019-03-01 04:22 UTC
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-20 10:08:51 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.