amritms/chuck-norris-jokes

Create random Chuck Norris jokes

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/amritms/chuck-norris-jokes

1.1.0 2020-04-26 15:00 UTC

This package is auto-updated.

Last update: 2025-10-17 03:33:46 UTC


README

Create chuck norris jokes in your next PHP project.

Installation

Require the package using composer:

composer require amritms/chuck-norris-jokes

Usage example

use Amritms\ChuckNorrisJokes\JokeFactory;

$jokes = new JokeFactory();

$joke = $jokes->getRandomJoke();

Contributing

  1. Fork it (https://github.com/amritms/chuck-norris-jokes)
  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 Request

Please make sure to update tests as appropriate.

License

MIT