PHPackages                             seyyedam7/persian-cal-events - 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. seyyedam7/persian-cal-events

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

seyyedam7/persian-cal-events
============================

Persian (Jalali) calendar events package

v1.0.0(3y ago)017MITPHPPHP ^8.0

Since Feb 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/seyyedam7/persian-cal-events)[ Packagist](https://packagist.org/packages/seyyedam7/persian-cal-events)[ RSS](/packages/seyyedam7-persian-cal-events/feed)WikiDiscussions main Synced 1mo ago

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

Persian Calendar Events [![codecov](https://camo.githubusercontent.com/5df5f0828968838ecd3715f1183453eac34623b541add7a555ff198c40eb8001/68747470733a2f2f636f6465636f762e696f2f67682f736579796564616d372f7065727369616e2d63616c2d6576656e74732f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/seyyedam7/persian-cal-events) [![Build Status](https://camo.githubusercontent.com/582019f3af73811254c081ecfb93bdf7f9269cc97697912e4ee3e1b9c964c8d4/68747470733a2f2f7472617669732d63692e6f72672f736579796564616d372f7065727369616e2d63616c2d6576656e74732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/seyyedam7/persian-cal-events)
==================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#persian-calendar-events--)

This package aims to provide events for Persian calendar (jalali) crawling time.ir and using [morilog/jalali](https://github.com/morilog/jalali) for conversion.

Features
--------

[](#features)

- Indicates holidays
- Events in that day
- Supports both jalali and gregorian
- Indicates if an event is due to religious reasons

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

[](#installation)

```
composer require seyyedam7/persian-cal-events

```

Usage
-----

[](#usage)

```
PersianCalEvent::jalali(1398, 1, 1);
/*
{
    "is_holiday": true,
    "events": [
        {
            "description": "جشن نوروز/جشن سال نو",
            "additional_description": "",
            "is_religious": false
        }
    ]
}
*/

PersianCalEvent::gregorian(2019, 8, 12);
PersianCalEvent::gregorian(new Carbon('2019-08-12'));
/*
{
    "is_holiday": true,
    "events": [
        {
            "description": "عید سعید قربان",
            "additional_description": "١٠ ذوالحجه",
            "is_religious": true
        }
    ]
}
*/

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

Unknown

Total

1

Last Release

1197d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d154d543c5d3a95682bea0a83f2bfb50a26a212310234856e87e4aa83ebcc48?d=identicon)[seyyedam7](/maintainers/seyyedam7)

---

Top Contributors

[![seyyedam7](https://avatars.githubusercontent.com/u/51041077?v=4)](https://github.com/seyyedam7 "seyyedam7 (3 commits)")

---

Tags

eventcalendarholidayJalalipersian

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/seyyedam7-persian-cal-events/health.svg)

```
[![Health](https://phpackages.com/badges/seyyedam7-persian-cal-events/health.svg)](https://phpackages.com/packages/seyyedam7-persian-cal-events)
```

###  Alternatives

[fullcalendar/fullcalendar

Full-sized drag &amp; drop event calendar

20.4k373.3k4](/packages/fullcalendar-fullcalendar)[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.5M21](/packages/spatie-laravel-google-calendar)[kigkonsult/icalcreator

iCalcreator is the PHP implementation of rfc2445/rfc5545 and rfc updates, management of calendar information

2462.6M16](/packages/kigkonsult-icalcreator)[fisharebest/ext-calendar

Implementation of the Arabic (Hijri), French, Gregorian, Jewish, Julian and Persian (Jalali) calendars. Also provides a replacement for the PHP ext/calendar extension.

36473.2k8](/packages/fisharebest-ext-calendar)[holidayapi/holidayapi-php

Official PHP library for Holiday API

35213.3k1](/packages/holidayapi-holidayapi-php)[edofre/yii2-fullcalendar

Yii2 widget for fullcalendar

2761.7k1](/packages/edofre-yii2-fullcalendar)

PHPackages © 2026

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