Download the PHP package palash-wp-dev/random-quranic-verse without Composer
On this page you can find all versions of the php package palash-wp-dev/random-quranic-verse. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download palash-wp-dev/random-quranic-verse
More information about palash-wp-dev/random-quranic-verse
Files in palash-wp-dev/random-quranic-verse
Download palash-wp-dev/random-quranic-verse
More information about palash-wp-dev/random-quranic-verse
Files in palash-wp-dev/random-quranic-verse
Vendor palash-wp-dev
Package random-quranic-verse
Short Description This package will show random quranic verses in space of some time
License MIT
Package random-quranic-verse
Short Description This package will show random quranic verses in space of some time
License MIT
Please rate this library. Is it a good library?
Informations about the package random-quranic-verse
random-quranic-verse
A PHP package to fetch a random Quranic verse with its translation.
Installation
Install via Composer:
composer require your-namespace/random-quranic-verse
## Usage
use RandomQuranicVerse\RandomQuranicVerse;
// Create an instance
$randomVerse = new RandomQuranicVerse();
// Access the verse and reference
echo "Verse: " . RandomQuranicVerse::$verse . PHP_EOL;
echo "Reference: " . RandomQuranicVerse::$reference . PHP_EOL;
All versions of random-quranic-verse with dependencies
PHP Build Version
Package Version
No informations.
The package palash-wp-dev/random-quranic-verse contains the following files
Loading the files please wait ....