Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mpociot/chuck-norris-jokes
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Feb 5, 2019
2 parents f3ca5eb + e1292de commit 42943b9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]


## [1.0.0] - 2019-02-04
- Initial release
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Chuck Norris Jokes

Create chuck norris jokes in your next PHP project.

## Installation

Require the package using composer:

```bash
composer require mpociot/chuck-norris-jokes
```

## Usage

```php
use Mpociot\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)

0 comments on commit 42943b9

Please sign in to comment.