palash-wp-dev / random-quranic-verse
This package will show random quranic verses in space of some time
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/palash-wp-dev/random-quranic-verse
README
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;