adriaroca/chuck-norris-jokes

Doing mpociot's PHP Package Development course

1.0.0 2019-02-28 13:32 UTC

This package is auto-updated.

Last update: 2024-11-29 05:50:51 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

composer install adriaroca/chuck-norris-jokes

Usage

use AdriaRoca\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.

License

MIT