bagwaa / really-funny-jokes

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Really Funny Jokes

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

About

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

License:MIT License


Languages

Language:PHP 100.0%