Download the PHP package julianowte/random-quote without Composer
On this page you can find all versions of the php package julianowte/random-quote. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download julianowte/random-quote
More information about julianowte/random-quote
Files in julianowte/random-quote
Download julianowte/random-quote
More information about julianowte/random-quote
Files in julianowte/random-quote
Vendor julianowte
Package random-quote
Short Description A simple packege to get quote api.
License MIT
Package random-quote
Short Description A simple packege to get quote api.
License MIT
Please rate this library. Is it a good library?
Informations about the package random-quote
EXAMPLE OF CODE
Random phrase generator code from famous American authors. Based on the http://api.quotable.io API.
Install with Composer
composer require julianowte/random-quote
in your code
require('vendor/autoload.php');
use Julianowte\RandomQuotes\RandomQuote;
$quoteClass = new RandomQuote();
//return json with random quote
echo $quoteClass->from('Jane Austen');
All versions of random-quote with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
^7.9
The package julianowte/random-quote contains the following files
Loading the files please wait ....