abkrim / chuck-norris-jokes
Create random Chuck Norris jokes
1.0.0
2019-08-10 16:56 UTC
Requires (Dev)
- phpunit/phpunit: ^8.3
This package is auto-updated.
Last update: 2025-01-06 10:57:27 UTC
README
Chuck-norris-jokes is a little package PHP project for learn to build a PHP ackage
Installation
Require the package using composer
composer require abkrim/chuck-norris-jokes
Usage
use abkrim\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.