sarahsibert / shakespeare-quotes
Random quotes from William Shakespeare's work
Fund package maintenance!
SarahSibert
Requires
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- phpunit/phpunit: ^9.5
README
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.