PHPackages                             itzamna/ics - 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. itzamna/ics

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

itzamna/ics
===========

Calender file wrapper

5.2.0(3mo ago)07.9k↓77.4%MITPHPPHP &gt;=5.6.0

Since Jun 5Pushed 3mo ago2 watchersCompare

[ Source](https://github.com/btam06/itzamna)[ Packagist](https://packagist.org/packages/itzamna/ics)[ RSS](/packages/itzamna-ics/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (20)Used By (0)

Overview
========

[](#overview)

Itzamna ICS is a tool intended to be able to easily generate an ICS file.

Concepts
========

[](#concepts)

Events
------

[](#events)

Itzamna includes an event object, but you can use any event that implements the included EventInterface to set and get related fields.

### Fields

[](#fields)

TODO: Definitions

FieldDescriptionOrganizerTODOUidTODOTimezone\*Event time zoneStart Date\*Event start dateEnd Date\*Event end dateSummaryShort summaryLocationLocation stringDescriptionFull event descriptionCategoriesTODO\*: Note that all date/time fields use [Carbon](https://carbon.nesbot.com/docs/) and will accept any valid value that carbon will for those fields.

Ics Object
----------

[](#ics-object)

The ICS object allows you to set a prodid and add any number of Events.

Usage
=====

[](#usage)

```
$ics = new Itzamna\Ics();
$event = new Itzamna\Event();

$ics->setICSProdid('prodid');

$event->setICSOrganizer('organizer@mail.com');
$event->setICSUid('19');
$event->setICSTimezone(-7);
$event->setICSStartDate('-5 days');
$event->setICSEndDate('+1 days');
$event->setICSSummary('Test');
$event->setICSLocation('Here');
$event->setICSDescription('A test event');
$event->setICSCategories('Tests');

$ics->addEvent($event);

echo $ics;

```

External Resources
==================

[](#external-resources)

- [ICS Property Resource](https://tools.ietf.org/html/rfc5545)
- [Carbon](https://carbon.nesbot.com/docs/)

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance79

Regular maintenance activity

Popularity23

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% 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 ~200 days

Recently: every ~498 days

Total

17

Last Release

114d ago

Major Versions

1.1 → 2.02017-06-06

2.0.1 → 3.0.02018-02-13

3.1.1 → 4.0.02019-11-08

4.2.1 → 5.0.02020-09-25

4.2.3 → 5.1.02020-10-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/9eb44dbf90b4c54b8b6421c890a6cf6365c0f4880f8a9a443847dc1584049894?d=identicon)[btam06](/maintainers/btam06)

---

Top Contributors

[![austin-fishbaugh](https://avatars.githubusercontent.com/u/116112253?v=4)](https://github.com/austin-fishbaugh "austin-fishbaugh (8 commits)")[![mattsah](https://avatars.githubusercontent.com/u/586346?v=4)](https://github.com/mattsah "mattsah (2 commits)")[![brian-tam-imarc](https://avatars.githubusercontent.com/u/8659464?v=4)](https://github.com/brian-tam-imarc "brian-tam-imarc (1 commits)")[![btam06](https://avatars.githubusercontent.com/u/901667?v=4)](https://github.com/btam06 "btam06 (1 commits)")

### Embed Badge

![Health badge](/badges/itzamna-ics/health.svg)

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

###  Alternatives

[illuminate/support

The Illuminate Support package.

630113.0M41.5k](/packages/illuminate-support)[spatie/holidays

Calculate public holidays

402860.1k2](/packages/spatie-holidays)[craftcms/feed-me

Import content from XML, RSS, CSV or JSON feeds into entries, categories, Craft Commerce products, and more.

293952.6k33](/packages/craftcms-feed-me)[solspace/craft-freeform

The most flexible and user-friendly form building plugin!

54681.3k19](/packages/solspace-craft-freeform)[pimcore/data-importer

Adds a comprehensive import functionality to Pimcore Datahub

46855.5k5](/packages/pimcore-data-importer)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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