An open API service indexing awesome lists of open source software.

https://github.com/binarcode/joke


https://github.com/binarcode/joke

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Joke generator

Creates nice joke in your next php project

## Installation

Require the package using composer:

```bash
composer require binaryk/joke
```

## Usage

```php
$joker = new \Binaryk\Joke\JokeFactory();
$joker->randomJoke();
```

## 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](./LICENSE.md)