sarahsibert/shakespeare-quotes

Random quotes from William Shakespeare's work

Maintainers

Package info

github.com/SarahSibert/shakespeare-quotes

pkg:composer/sarahsibert/shakespeare-quotes

Fund package maintenance!

SarahSibert

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v3.0.0 2021-03-26 11:48 UTC

This package is auto-updated.

Last update: 2026-03-21 02:08:30 UTC


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.

Credits

License

MIT