apsbd / bangla-jokes
Generate random bangla jokes
1.1.0
2020-04-08 15:01 UTC
Requires
- guzzlehttp/guzzle: ^6.5
Requires (Dev)
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2025-03-09 05:23:53 UTC
README
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
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
This project is licensed under the MIT License - see the LICENSE.md file for details