apsbd/bangla-jokes

Generate random bangla jokes

1.1.0 2020-04-08 15:01 UTC

This package is auto-updated.

Last update: 2025-03-09 05:23:53 UTC


README

Build Status

Generate random bangla jokes.

Installation

Require the package using composer

composer require apsbd/bangla-jokes

Usage

use Apsbd\BanglaJokes\JokeFactory;

$jokes = new JokeFactory();

$joke = $jokes->getRandomJoke();

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

This project is licensed under the MIT License - see the LICENSE.md file for details