Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vikas5914/chuck-norris-jokes
Create random Chuck Norris jokes
https://github.com/vikas5914/chuck-norris-jokes
chuck chuck-norris-jokes composer jokes norris package php
Last synced: about 2 months ago
JSON representation
Create random Chuck Norris jokes
- Host: GitHub
- URL: https://github.com/vikas5914/chuck-norris-jokes
- Owner: vikas5914
- License: mit
- Created: 2019-07-04T17:35:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:00:37.000Z (over 3 years ago)
- Last Synced: 2024-04-18T11:12:18.053Z (9 months ago)
- Topics: chuck, chuck-norris-jokes, composer, jokes, norris, package, php
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## Chuck Norris Jokes
Doing mpociot's PHP Package Development course.
This course consists of several videos on how to make a package in PHP. You can get information about the course on the official [website](https://phppackagedevelopment.com).
## Installation
Require the package using composer:
```bash
composer require vikas5914/chuck-norris-jokes
```
## Usage```php
use Vikas5914\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)