PHPackages                             makinuk/icalendar - 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. makinuk/icalendar

ActiveLibrary

makinuk/icalendar
=================

iCalendar is a computer file format which allows Internet users to send meeting requests and tasks to other Internet users

v2.1.0(3y ago)740.2k↓29.2%2MITPHPPHP &gt;=7.4CI failing

Since Mar 9Pushed 2y ago2 watchersCompare

[ Source](https://github.com/makinuk/icalendar)[ Packagist](https://packagist.org/packages/makinuk/icalendar)[ Docs](https://github.com/makinuk/icalendar)[ RSS](/packages/makinuk-icalendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (4)Used By (0)

icalendar
=========

[](#icalendar)

iCalendar is a computer file format that allows Internet users to send meeting requests and tasks to other Internet users

This project follows [RFC 5545](http://tools.ietf.org/html/rfc5545)

Composer
========

[](#composer)

> composer require makinuk/icalendar&gt;=1.0

Example Usage
=============

[](#example-usage)

```
require_once "../vendor/autoload.php";

$ical = new makinuk\ICalendar\ICalendar();
$event = new makinuk\ICalendar\ICalEvent();

$event->setUId("11223344")
        ->setStartDate(strtotime("+24 hours"))
        ->setEndDate(strtotime("+25 hours"))
        ->setSummary("Summary is here")
        ->setDescription("Description area is here")
        ->setLocation("Istanbul")
        ->setOrganizer(new makinuk\ICalendar\ICalPerson("Mustafa AKIN", "user@domain.com"))
        ->setAlarm(new makinuk\ICalendar\ICalAlarm(0, 1, 10, 0));

$ical->addEvent($event);

//$ical->getCalendarText();
//$ical->show();
$ical->saveToFile(dirname(__FILE__).DIRECTORY_SEPARATOR."simpleEventAdd.ics");
```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

1385d ago

Major Versions

v1.0.1 → v2.1.02022-08-02

PHP version history (2 changes)v1.0PHP &gt;=5.3.9

v2.1.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4799330?v=4)[Mustafa AKIN](/maintainers/makinuk)[@makinuk](https://github.com/makinuk)

---

Top Contributors

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

---

Tags

iCalendartaskalarmoutlookmeetinggoogle mail

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/makinuk-icalendar/health.svg)

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

###  Alternatives

[sabre/dav

WebDAV Framework for PHP

1.7k14.8M67](/packages/sabre-dav)[phing/phing

PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.

1.2k21.7M876](/packages/phing-phing)[eluceo/ical

The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your \*.ics file by hand. The output will follow RFC 5545 as best as possible.

1.2k17.5M47](/packages/eluceo-ical)[sabre/vobject

The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects

59723.5M41](/packages/sabre-vobject)[spatie/icalendar-generator

Build calendars in the iCalendar format

6787.4M9](/packages/spatie-icalendar-generator)[johngrogg/ics-parser

ICS Parser

4813.7M23](/packages/johngrogg-ics-parser)

PHPackages © 2026

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