vikas5914 / chuck-norris-jokes
Create random Chuck Norris jokes
1.1.0
2019-07-10 21:08 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^6.3
Requires (Dev)
- phpunit/phpunit: ^8.2
This package is auto-updated.
Last update: 2024-10-29 05:23:07 UTC
README
Doing mpociot's PHP Package Development course.
This course consists of several videos on how to make a package in PHP. You can get information about the course on the official website.
Installation
Require the package using composer:
composer require vikas5914/chuck-norris-jokes
Usage
use Vikas5914\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.