https://github.com/binarcode/joke
https://github.com/binarcode/joke
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/binarcode/joke
- Owner: BinarCode
- License: mit
- Created: 2019-12-01T12:24:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T09:15:55.000Z (about 3 years ago)
- Last Synced: 2025-01-20T10:48:38.458Z (about 1 year ago)
- Language: PHP
- Size: 193 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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)