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

0.1.0 2024-12-11 11:30 UTC

This package is auto-updated.

Last update: 2025-12-11 15:07:35 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";
?>