PHPackages                             six-paths/icalendar-bundle - 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. six-paths/icalendar-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

six-paths/icalendar-bundle
==========================

0.0.5(6y ago)02982MITPHPPHP &gt;=7.1

Since Nov 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/six-paths/icalendar-bundle)[ Packagist](https://packagist.org/packages/six-paths/icalendar-bundle)[ Docs](https://github.com/six-paths/icalendar-bundle)[ RSS](/packages/six-paths-icalendar-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (2)Versions (9)Used By (0)

ICalendar Bundle
================

[](#icalendar-bundle)

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

[](#installation)

### Manual Installation

[](#manual-installation)

Add this to your composer.json

```
"require": {
    "six-paths/icalendar-bundle": "dev-master"
}
```

### Automated Installation

[](#automated-installation)

composer require six-paths/icalendar-bundle@dev-master

Activate the bundle in `app/AppKernel.php`

```
$bundles = array(
    // ...
    new Sixpaths\ICalendarBundle\SixpathsICalendarBundle(),
);
```

Usage
-----

[](#usage)

It is advised to inject this service in to listeners or other services that may need to consume it rather than using $this-&gt;get('...'); instead of a controller; however, that option is still available

As part of a controller

```
class SomeController extends Controller
{
    public function someAction(/* ...$arguments */)
    {
        $icalendar = $this->get('sixpaths.icalendar');
    }
}
```

As part of a console command

```
class SomeCommand extends ContainerAwareCommand
{
    protected function configure()
    {
        $this->setName('some:command')
            ->setDescription('A command');
    }

    protected function execute(InterInterface $input, OutputInterface $output)
    {
        $container = $this->getContainer();
        $icalendar = $container->get('sixpaths.icalendar');
    }
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Recently: every ~208 days

Total

7

Last Release

2263d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f67f521ada3756747c7d7e7341f6f162a612025f4b4dbcc09c441b2f3846f86f?d=identicon)[six-paths](/maintainers/six-paths)

---

Tags

symfonyiCalendar

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/six-paths-icalendar-bundle/health.svg)

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

###  Alternatives

[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[welp/ical-bundle

Symfony Bundle to manage .ics iCal file (creating and eventually reading)

10114.3k](/packages/welp-ical-bundle)[sensiolabs/minify-bundle

Assets Minifier (CSS, JS) for Symfony &amp; Minify integration in Asset Mapper

5694.9k1](/packages/sensiolabs-minify-bundle)[symfony_persia/symfonyjdate

Jalali (Shamsi) DateTime for Symfony2, Supports year higher than 2038

1010.6k](/packages/symfony-persia-symfonyjdate)

PHPackages © 2026

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