Forever-proof Quranic inspiration for your Laravel applications. Zero dependencies. Beautifully curated.
Experience the package capabilities right here. Select a theme or language to see how it works in your application.
Holy Quran
English, Dutch, French, Turkish, Urdu, German, and Spanish translations included out of the box.
Verses organized by theme—Hope, Patience, Gratitude, Mercy, Guidance, and more—making it easy to find the right inspiration.
Lightweight and fast. No external API calls, works completely offline and respects your app's performance.
use UsmanAhmedMalik\InspiringQuran\InspiringQuran;
// Returns a random verse object
$verse = InspiringQuran::random();
echo $verse->text;
// "Verily, with hardship comes ease."
echo $verse->reference;
// "Surah Ash-Sharh (94:6)"
php artisan inspire:quran
// Get a verse in Dutch
$verse = InspiringQuran::language('nl')->random();
// Get a verse about 'Patience'
$verse = InspiringQuran::theme('patience')->random();
"I built this package because I wanted a lightweight, reliable way to add spiritual value to my applications without relying on external APIs that might go down or change. It's simple, fast, and beautiful."