https://github.com/mawuva/chuck-norris-jokes
Create random Chuck Norris jokes
https://github.com/mawuva/chuck-norris-jokes
Last synced: 2 days ago
JSON representation
Create random Chuck Norris jokes
- Host: GitHub
- URL: https://github.com/mawuva/chuck-norris-jokes
- Owner: mawuva
- License: mit
- Created: 2022-11-17T00:42:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-17T07:49:18.000Z (over 2 years ago)
- Last Synced: 2025-05-29T20:01:08.296Z (29 days ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Chuck Norris Jokes
Creqte Chuck Norris jokes in your next PHP project.
## Installation
Require the package using composer:
```bash
composer require mawuva/chuck-norris-jokes
```## Usage
```php
use Mawuva\ChuckNorrisJokes\JokeFactory;$jokes = new JokeFactory();
$joke = $jokes->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](./license.md)