vijayverma/random-quote

Generate random quotes with auther name

Maintainers

Package info

github.com/verma3webbox/vijay-random-quotes

pkg:composer/vijayverma/random-quote

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2024-12-11 11:30 UTC

This package is auto-updated.

Last update: 2026-03-11 15:43:22 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";
?>