PHPackages                             kawan/gregorian\_to\_kurdish\_calendar - 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. kawan/gregorian\_to\_kurdish\_calendar

ActiveLibrary

kawan/gregorian\_to\_kurdish\_calendar
======================================

Convert gregorian calendar to kurdish calendar

v1.0.0(2y ago)312MITPHPPHP &gt;=5.5

Since Mar 22Pushed 2y ago2 watchersCompare

[ Source](https://github.com/kawan97/gregorian_to_kurdish_calendar_GTK)[ Packagist](https://packagist.org/packages/kawan/gregorian_to_kurdish_calendar)[ RSS](/packages/kawan-gregorian-to-kurdish-calendar/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Gregorian To Kurdish Calendar Package ساڵنامەی زاینی بۆ ساڵنامەی کوردی
======================================================================

[](#gregorian-to-kurdish-calendar-package-ساڵنامەی-زاینی-بۆ-ساڵنامەی-کوردی)

[![Total Downloads](https://camo.githubusercontent.com/5a18acdb51706ebd76e7fae636901b44ef4f366d80577ccd3bb6cf370ea1c289/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6b6177616e2f677265676f7269616e5f746f5f6b7572646973685f63616c656e646172)](https://packagist.org/packages/kawan/gregorian_to_kurdish_calendar)[![Latest Version](https://camo.githubusercontent.com/4854b8837c67c67ead01b5eb5bc7fbfa774fa3fe5513631caa89264489cb5171/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b6177616e2f677265676f7269616e5f746f5f6b7572646973685f63616c656e646172)](https://packagist.org/packages/kawan/gregorian_to_kurdish_calendar)

کوردی
-----

[](#کوردی)

ئەم پاکێجە ڕێگەت پێدەدات بەروارەکان لە ساڵنامەی زاینیەوە بگۆڕیت بۆ ساڵنامەی کوردی.

دامەزراندن
----------

[](#دامەزراندن)

دەتوانیت لە ڕێگەی کۆمپۆزەر پاکێجەکە دابمەزرێنیت بە جێبەجێکردنی ئەم فرمانەی خوارەوە:

```
 composer require kawan/gregorian_to_kurdish_calendar
```

بەکارهێنان
----------

[](#بەکارهێنان)

دوای دامەزراندن، دەتوانیت فەنکشنی `gregorian_to_kurdish($date,$format)` بەکاربهێنیت بۆ گۆڕینی بەروارەکان.فەنکشنەکە دوو پارامێتەر وەرئەگرێت: بەرواری گۆڕین و فۆرماتەکەی دەرچوونی خوازراو.

- `$date`: ئەو بەروارەی کە دەتەوێت بیگۆڕیت.
- `$format`:
- دەتوانیت پیتە ستانداردەکانی فۆرمات بەرواری پی ئێچ پی بەکاربهێنیت
- (Y, y, m, d, l, F, a, G, g, H, h, i, s)
- بێجگە لەم پیتانە هەر پیتێکی تر وەک خۆی دەگەڕێتەوە.

```
$date = "2024-03-21";
$format = "Y-d-m";
echo gregorian_to_kurdish($date, $format);
```

دیکۆمێنتەیشنی ناوخۆیی
---------------------

[](#دیکۆمێنتەیشنی-ناوخۆیی)

لە کاتی دامەزراندندا، ئەم پاکێجە ڕاوتی دیکۆمێنتەیشنی ناوخۆیی دروست دەکات. دەتوانن لەم لینکەدا دەستتان پێ بگات `your_domain/gtk-test`.

نموونە
------

[](#نموونە)

لێرەدا چەند نموونەیەک لە بەکارهێنانی پاکێجەکە دەخەینەڕوو:

```
// Example 1
$date = "2024-02-25";
$format = "d-m-Y | F";
echo gregorian_to_kurdish($date, $format);
//output:  "٥-١٢-٢٧٢٣ | ڕەشەمێ"

// Example 2
$date = "2024-03-21 13:34:15";
$format = "Y - m - d | l | F | a |g:i:s";
echo gregorian_to_kurdish($date, $format);
//output: "٢٧٢٤ - ١ - ١ | ٥ شەمە | نەورۆز | د.ن |١:٣٤:١٥"
```

English
-------

[](#english)

This package allows you to convert dates from the Gregorian calendar to the Kurdish calendar.

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

[](#installation)

You can install the "kawan/gregorian\_to\_kurdish\_calendar" package via Composer by running the following command:

```
 composer require kawan/gregorian_to_kurdish_calendar
```

Usage
-----

[](#usage)

After installation, you can use the `gregorian_to_kurdish($date,$format)` function to convert dates. The function accepts two parameters: the date to convert and the desired output format.

- `$date`: The date you want to convert.
- `$format`: The desired output format. You can use standard PHP date format letters (Y, y, m, d, l, F, a, G, g, H, h, i, s). Any other letter will be returned as is.

```
$date = "2024-03-21";
$format = "Y-d-m";
echo gregorian_to_kurdish($date, $format);
```

Local Documentation
-------------------

[](#local-documentation)

Upon installation, this package creates a local documentation route. You can access it at `your_domain/gtk-test`.

Examples
--------

[](#examples)

Here are some examples of using the package:

```
// Example 1
$date = "2024-02-25";
$format = "d-m-Y | F";
echo gregorian_to_kurdish($date, $format);
//output:  "٥-١٢-٢٧٢٣ | ڕەشەمێ"

// Example 2
$date = "2024-03-21 13:34:15";
$format = "Y - m - d | l | F | a |g:i:s";
echo gregorian_to_kurdish($date, $format);
//output: "٢٧٢٤ - ١ - ١ | ٥ شەمە | نەورۆز | د.ن |١:٣٤:١٥"
```

License
-------

[](#license)

This package is open-source software licensed under the [MIT License](LICENSE).

Support
-------

[](#support)

If you encounter any issues or have questions, feel free to open an issue on the [GitHub repository](https://github.com/kawan97/gregorian_to_kurdish_calendar_GTK/issues).

Credits
-------

[](#credits)

This package is developed and maintained by:

- [Kawan Pshtiwan](https://github.com/kawan97)

And with contributions from our amazing community of open-source developers.

Changelog
---------

[](#changelog)

See the [CHANGELOG](CHANGELOG.md) file for information about the latest updates and changes.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

781d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fb5625f0d0c16d0ce1b6f740a10f3c97a1a5cc7f2a319ff8c096e7a3ac3d3b62?d=identicon)[kawan97](/maintainers/kawan97)

---

Top Contributors

[![kawan97](https://avatars.githubusercontent.com/u/77499820?v=4)](https://github.com/kawan97 "kawan97 (23 commits)")

### Embed Badge

![Health badge](/badges/kawan-gregorian-to-kurdish-calendar/health.svg)

```
[![Health](https://phpackages.com/badges/kawan-gregorian-to-kurdish-calendar/health.svg)](https://phpackages.com/packages/kawan-gregorian-to-kurdish-calendar)
```

PHPackages © 2026

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