vijayverma / random-quote
Generate random quotes with auther name
0.1.0
2024-12-11 11:30 UTC
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"; ?>