PHPackages                             hansvn/laravel-vcalendar - 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. hansvn/laravel-vcalendar

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

hansvn/laravel-vcalendar
========================

VCalendar generator for the laravel Framework

0.0.4(6y ago)518.7k↑25%1MITPHPPHP &gt;=5.5.0

Since Mar 10Pushed 6y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (3)Used By (0)

iCalendar Generator for laravel
-------------------------------

[](#icalendar-generator-for-laravel)

This package contains an iCalendar file generator for laravel. Created from some code I had lying around.

### Usage

[](#usage)

```
$vcalendar = array(
    'prodid' => array('company' => 'My Company', 'product' => 'VCalendar attachment', 'language' => \App::getLocale()),
    'uid' => 'my@email.address',
    'organizer' => array('name' => 'my name', 'email' => 'my@email.address'),
    'location' => 'Grand Canyon',
    'subject' => 'Hiking',
    'description' => 'Going on a trip',
    'start_date' => '2017-03-10 09:00:00',
    'end_date' => '2017-03-10 19:00:00',
    'attendees' => array(
        array('name' => 'an invitee', 'email' => 'invitee@email.address'),
    )
);

//return file_path on temp directory
$file = VCalendar::generate($vcalendar);

```

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

[](#installation)

### Laravel 5.x:

[](#laravel-5x)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
Hansvn\Vcalendar\ServiceProvider::class,

```

Add this to your facades:

```
'VCalendar' => Hansvn\Vcalendar\Facade::class

```

### Laravel 4.x:

[](#laravel-4x)

After updating composer, add the ServiceProvider to the providers array in config/app.php

```
'Hansvn\Vcalendar\L4ServiceProvider',

```

Add this to your facades:

```
'VCalendar' => 'Hansvn\Vcalendar\L4Facade'

```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

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

Every ~1105 days

Total

2

Last Release

2251d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed047dd547c5abc9516599310376f9d934f1f7b77895e918cc64e109aa57e1ca?d=identicon)[hansvn](/maintainers/hansvn)

---

Top Contributors

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

---

Tags

laravelicsvCalendar

### Embed Badge

![Health badge](/badges/hansvn-laravel-vcalendar/health.svg)

```
[![Health](https://phpackages.com/badges/hansvn-laravel-vcalendar/health.svg)](https://phpackages.com/packages/hansvn-laravel-vcalendar)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[sssurii/laravel-ics

Laravel package to create iCalendar / ICS files. Send new event invitations via Email and can cancel or update already sent invitation.

2159.3k](/packages/sssurii-laravel-ics)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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