PHPackages                             jefflundberg/fastical - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. jefflundberg/fastical

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

jefflundberg/fastical
=====================

A fast PHP ical parser for vevents, based on msquare/Fastical

119PHP

Since Feb 24Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jefflundberg/fastical)[ Packagist](https://packagist.org/packages/jefflundberg/fastical)[ RSS](/packages/jefflundberg-fastical/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Fastical
========

[](#fastical)

A fast PHP ical parser for vevents.

Requirements
------------

[](#requirements)

- PHP &gt; 5.5
- Composer

Setup
-----

[](#setup)

In composer.json:

```
{
    "require": {
        "jefflundberg/fastical": "dev-master"
    }
}

```

Usage
-----

[](#usage)

Include Composer’s autoloader

```
require 'vendor/autoload.php';

```

Get events from the next 7 days:

```
$f = new Fastical('events.ics');
print_r($f->getEvents(time(), time() + 7 * 24 * 60 * 60));

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 68.4% 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.

### Community

Maintainers

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

---

Top Contributors

[![jefflundberg](https://avatars.githubusercontent.com/u/62454?v=4)](https://github.com/jefflundberg "jefflundberg (13 commits)")[![msquare](https://avatars.githubusercontent.com/u/575004?v=4)](https://github.com/msquare "msquare (6 commits)")

### Embed Badge

![Health badge](/badges/jefflundberg-fastical/health.svg)

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

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19139.2M47](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9843.5k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

45153.1k6](/packages/jstewmc-rtf)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

113.2k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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