vijayverma / random-quote
Generate random quotes with auther name
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/vijayverma/random-quote
README
A library that generates random quotes with auther name
INSTALLATION
The recommended way to install this library Composer:
composer require vijayverma/random-quote
EXAMPLE USE
<?php require_once './vendor/autoload.php'; use VijayVerma\RandomQuote\RandomQuote; $randomQuote = new RandomQuote ; print_r($randomQuote->get()); echo "\n"; ?>