Skip to content

SarahSibert/shakespeare-quotes

Repository files navigation

Shakespeare Quotes

Random quotes from the works of William Shakespeare

Installation

Require the package using composer:

composer require sarahsibert/shakespeare-quotes

Usage

use SarahSibert\ShakespeareQuotes\QuoteFactory;

$quotes = new QuoteFactory();

$quote = $quotes->getRandomQuote();

In View:

{{$quote->quote}}
{{$quote->play}}
{{$quote->theme}}

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.

Credits

License

MIT

About

Random quotes from the works of William Shakespeare

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages