PHPackages                             chriskelemba/event-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chriskelemba/event-calendar

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

chriskelemba/event-calendar
===========================

Pure PHP calendar event helpers for Google Calendar links and ICS invites.

v1.1.0(3mo ago)00MITPHPPHP ^8.1

Since Apr 21Pushed 3mo agoCompare

[ Source](https://github.com/chriskelemba/event-calendar)[ Packagist](https://packagist.org/packages/chriskelemba/event-calendar)[ RSS](/packages/chriskelemba-event-calendar/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

Event Calendar
==============

[](#event-calendar)

Pure PHP helpers for scheduling an event and exporting it as:

- a Google Calendar link
- an `.ics` file for Apple Calendar, Outlook, Google Calendar imports, and similar apps

The package has no Laravel, Yii, Symfony, or framework dependency, so it can be used in raw PHP or inside any PHP framework.

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

[](#installation)

```
composer require chriskelemba/event-calendar
```

If you are developing it locally first:

```
cd /Users/Chris/Desktop/event-calendar
composer install
composer test
```

Basic usage
-----------

[](#basic-usage)

```
