PHPackages                             adaa/laravel-hijri-dates - 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. adaa/laravel-hijri-dates

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

adaa/laravel-hijri-dates
========================

Hijri dates package for Laravel

1.1(3y ago)510MITPHPPHP &gt;=7|&gt;=8|&gt;=8.1

Since Sep 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Tayeb-Ali/laravel-hijri-dates)[ Packagist](https://packagist.org/packages/adaa/laravel-hijri-dates)[ RSS](/packages/adaa-laravel-hijri-dates/feed)WikiDiscussions main Synced today

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

Hijri dates for Laravel
=======================

[](#hijri-dates-for-laravel)

update to work with laravel 9

Installation
------------

[](#installation)

### Composer

[](#composer)

```
	composer require adaa/laravel-hijri-dates
```

### Service Provider

[](#service-provider)

Add the package to your application service providers in `config/app.php` file.

```
    'providers' => [
        ...

        /**
         * Third Party Service Providers...
         */
        GeniusTS\LaravelHijri\HijriDatesServiceProvider::class,

    ],
```

### Config File

[](#config-file)

```
    php artisan vendor:publish --provider="GeniusTS\LaravelHijri\HijriDatesServiceProvider" --tag=config
```

Usage
-----

[](#usage)

Usage documentation available in [hijri-dates](https://github.com/GeniusTS/hijri-dates) repository.

### translation

[](#translation)

- Add new language:

    - create new directory under `resources/lang/vendor/hijri-dates` in your application files.
    - Add `dates.php` file under the new directory. it should return array with the same structure of package translation files.
- change default translation:

the following function export default translation to `resources/lang/vendor/hijri-dates` in your application files.

```
    php artisan vendor:publish --provider="GeniusTS\LaravelHijri\HijriDatesServiceProvider" --tag=translation
```

---

License
-------

[](#license)

This package is free software distributed under the terms of the MIT license.

from GeniusTS:
==============

[](#from-geniusts)

[GeniusTS](https://github.com/GeniusTS/laravel-hijri-dates)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

1399d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52e1887d3957b71cb8ecb77f797b84cbb375d0eccad2931b7104eee7f6b64d52?d=identicon)[Elteayb](/maintainers/Elteayb)

### Embed Badge

![Health badge](/badges/adaa-laravel-hijri-dates/health.svg)

```
[![Health](https://phpackages.com/badges/adaa-laravel-hijri-dates/health.svg)](https://phpackages.com/packages/adaa-laravel-hijri-dates)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M376](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)

PHPackages © 2026

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