bagwaa/really-funny-jokes

Just some really funny jokes, clearly what every PHP application needs

1.0.0 2020-02-11 16:19 UTC

This package is auto-updated.

Last update: 2024-04-14 02:56:21 UTC


README

Build Status StyleCI

Don't let your PHP apps be sad and gloomy, insert this joke package and never be without a good joke again!

Installation

Use the package manager composer to install really-funny-jokes.

composer require bagwaa/really-funny-jokes

Usage

<?php

use Bagwaa\ReallyFunnyJokes\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