Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 652 Bytes

File metadata and controls

29 lines (18 loc) · 652 Bytes

Build Status

Crazzy Jokes

A library for creating random crazzy jokes when you need one!

Installation

Use the composer tool to include this library to your PHP based project.

composer install zonec/base

Usage

$factory = new \Zonec\Base\JokesFactory();

$randomJoke = $factory->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