andreshg112 / chuck-norris-jokes
Muestra chistes aleatorios sobre Chuck Norris.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/andreshg112/chuck-norris-jokes
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-09-20 12:12:04 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.