jubairmizan/random-quotes-generator

This library will generate a random quote for you

1.0 2018-12-13 12:07 UTC

This package is auto-updated.

Last update: 2024-09-29 05:08:37 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock

Random Quotes Generator Library With Packagist

Library Install

Step 01

Run this command on your composer

composer require jubairmizan/random-quotes-generator

Step 02

Require the autoload.php on your vendor folder

ex: require_once('./vendor/autoload.php');

Step 03

Create an object for access the library class

ex: $rq = new \RandomQuotes\RandomQuotes();

Step 04

Call the RandomQuotes Method and give the parameter of what amount of random word you want to show on your project

ex: echo $rq->generateRandomQuotes(100);

Enjoy the library