PHPackages                             quexer69/yii-gcal-flow - 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. [Templating &amp; Views](/categories/templating)
4. /
5. quexer69/yii-gcal-flow

ActiveYii-extension[Templating &amp; Views](/categories/templating)

quexer69/yii-gcal-flow
======================

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

3.3.0(12y ago)1131MIT LicencePHP

Since Feb 11Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Quexer69/yii-gcal-flow)[ Packagist](https://packagist.org/packages/quexer69/yii-gcal-flow)[ Docs](https://github.com/Quexer69)[ RSS](/packages/quexer69-yii-gcal-flow/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (7)Used By (0)

yii-gcal-flow
=============

[](#yii-gcal-flow)

Version 3.3.0

This jQuery plug-in for yii-framework provides a widget to show event list of your google calendar with configurable options and fully customizable HTML design template. With composer support.

Quick-Start
===========

[](#quick-start)

### Composer

[](#composer)

If you have [composer already installed](http://getcomposer.org/doc/00-intro.md#installation-nix)

`composer.phar require quexer69/yii-gcal-flow 3.*`

**or**

add the package `quexer69/yii-gcal-flow` to your composer.json

Setup
=====

[](#setup)

\[SETUP\] edit in app/config/main.php

**REQUIRED**

```
'modules' => array(
        'gCalFlow' => array(
            'class' = 'vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget',
        ),
```

Notice: If you define an alias for 'vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget' would be more comfortable to call the widget.

i.e. `'aliases' => array( ... 'GCalFlow' => 'vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget', ... ),`

Run widget
==========

[](#run-widget)

**Default Call of the slitSlider Widget**

```
    $this->widget('vendor.quexer69.yii-gcal-flow.GoogleCalendarWidget');
```

**Params Call of the GoogleCalendarWidget Widget**

```
    $this->widget('GCalFlow',
           array(
               'calandarId'             => 'YOUR_GOOGLE_CALENDAR_ID',
               'maxitem'                => 6,
               'mode'                   => 'upstream',                          // [upcoming | updates]
               'no_items_html'          => 'No Events availible!', // HTML for empty calendar
               'link_item_title'        => true,
               'link_item_description'  => false,
               'auto_scroll'            => true,
               'height'                 => '300px',                             // css height of the #gcf-container
               'width'                  => '100%',                              // css width of the #gcf-container
               'debug'                  => false,                               // turn on debug console
           )
    );
```

**Or easily add through P3WidgetContainer (if 'phundament/p3widgets' installed)**

*(you need to add GoogleCalendarWidget to the P3Widgets)*

```
'p3widgets' => array(
        'params' => array(
            'widgets' => array(
                ...
                'GCalFlow.components.GoogleCalendarWidget' => 'Google Calendar List Widget'
        ),
        ...
```

Documentation
=============

[](#documentation)

- [The Definitive Guide to Phundament](https://github.com/phundament/app/wiki)
- [gCalFlow: jQuery Google Calendar Event List Plug-in](http://sugi.github.io/jquery-gcal-flow/)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

6

Last Release

4476d ago

Major Versions

1.0.0 → 2.0.02014-02-11

2.0.0 → 3.0.02014-02-11

### Community

Maintainers

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

---

Top Contributors

[![Quexer69](https://avatars.githubusercontent.com/u/3859353?v=4)](https://github.com/Quexer69 "Quexer69 (15 commits)")

---

Tags

webjqueryextensioncalendarwidgetyiiapplicationgcal

### Embed Badge

![Health badge](/badges/quexer69-yii-gcal-flow/health.svg)

```
[![Health](https://phpackages.com/badges/quexer69-yii-gcal-flow/health.svg)](https://phpackages.com/packages/quexer69-yii-gcal-flow)
```

###  Alternatives

[kartik-v/yii2-widget-select2

Enhanced Yii2 wrapper for the Select2 jQuery plugin (sub repo split from yii2-widgets).

3279.7M191](/packages/kartik-v-yii2-widget-select2)[vova07/yii2-imperavi-widget

The imperavi redactor widget for Yii 2 framework.

243979.7k40](/packages/vova07-yii2-imperavi-widget)[marekpetras/yii2-calendarview-widget

CalendarView widget for Yii 2 Framework.

2229.1k](/packages/marekpetras-yii2-calendarview-widget)

PHPackages © 2026

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