Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amritms/package_chuck_norris_jokes
package development course by mpociot
https://github.com/amritms/package_chuck_norris_jokes
Last synced: 26 days ago
JSON representation
package development course by mpociot
- Host: GitHub
- URL: https://github.com/amritms/package_chuck_norris_jokes
- Owner: amritms
- License: mit
- Created: 2020-04-24T03:56:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T15:27:35.000Z (over 4 years ago)
- Last Synced: 2024-04-22T21:43:27.273Z (7 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chuck Norris Jokes
> Create chuck norris jokes in your next PHP project.## Installation
Require the package using composer:
```bash
composer require amritms/chuck-norris-jokes
```## Usage example
```PHP
use Amritms\ChuckNorrisJokes\JokeFactory;$jokes = new JokeFactory();
$joke = $jokes->getRandomJoke();
```## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull RequestPlease make sure to update tests as appropriate.
## License
[MIT](./LICENSE.md)