PHPackages                             skfz/quran - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. skfz/quran

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

skfz/quran
==========

Simple Quran laravel package

v1.0.1(4y ago)03MITPHP

Since Sep 22Pushed 4y ago1 watchersCompare

[ Source](https://github.com/skfz/quran)[ Packagist](https://packagist.org/packages/skfz/quran)[ RSS](/packages/skfz-quran/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

A simple Quran package for Laravel
==================================

[](#a-simple-quran-package-for-laravel)

Source of data . The CSV has been converted to a SQL seeder file to be imported into the Laravel application.

Dependencies
------------

[](#dependencies)

The package uses ReadOnlyTrait to prevent any changes `composer require michaelachrisco/readonly`

Steps to integrate the package
------------------------------

[](#steps-to-integrate-the-package)

```
composer require skfz\quran
php artisan vendor:publish --tag=quran-seeder
php artisan migrate
php artisan db:seed QuranSeeder

```

How to use
----------

[](#how-to-use)

The data is available using the Skfz\\Quran\\Reader facade. Its formatted as an associative array

```
use Skfz\Quran\Facades\Reader;

// Get list of Juz(Groups)
Reader::getGroups();

// Get Juz(Group) details by Juz number
Reader::getGroupById($groupId);

// Get list of Surahs(Chapeters)
Reader::getChapters();

// Get Surah(Chapter) details by Surah number
Reader::getChapterById($chapterId);

// Get list of Surahs in Juz
Reader::getChaptersInGroup();

// Get verses of a Surah (default number of verses returned 40)
Reader::getVersesByChapter($chapterId, $numberOfverses);

// Get verses of in a Juz (default number of verses returned 40)
Reader::getVersesByGroup($groupId, $numberOfVerses);

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

2

Last Release

1738d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ddcf89d8f192fc7a77a0f01f2390ec60d376bf2ef73017b2f8b0302d7081fad?d=identicon)[skfz14](/maintainers/skfz14)

---

Top Contributors

[![skfz](https://avatars.githubusercontent.com/u/3501953?v=4)](https://github.com/skfz "skfz (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/skfz-quran/health.svg)

```
[![Health](https://phpackages.com/badges/skfz-quran/health.svg)](https://phpackages.com/packages/skfz-quran)
```

###  Alternatives

[wordpress/ai-provider-for-anthropic

AI Provider for Anthropic for the PHP AI Client SDK. Works as both a Composer package and WordPress plugin.

101.0k](/packages/wordpress-ai-provider-for-anthropic)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
