adamhut / chuck-norris-jokes
A package return random jokes
1.1.0
2019-02-27 18:12 UTC
Requires
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- orchestra/testbench: ^3.8
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-11-28 10:25:31 UTC
README
Create chuck norris jokes in your next PHP project.
Installation
Require the package using composer
composer require adamhut/chuck-norris-jokes
Usage
use Adamhut\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.