PHPackages                             phucnguyenvn/yii2-evecalendar - 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. phucnguyenvn/yii2-evecalendar

ActiveYii2-extension

phucnguyenvn/yii2-evecalendar
=============================

Extend yii2-fullcalendar (by Edofre) by adding ajax CRUD for events with recurring option and so on.

1.0.2(9y ago)3981BSD-3-ClausePHP

Since Dec 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/phucnguyenvn/yii2-evecalendar)[ Packagist](https://packagist.org/packages/phucnguyenvn/yii2-evecalendar)[ RSS](/packages/phucnguyenvn-yii2-evecalendar/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

yii2-evecalendar
================

[](#yii2-evecalendar)

Yii2 calendar and event management is an AJAX based, modern interface calendar. A module which help you easy manage event and schedule and integrate to your application. This modules depends of following extension:

- [Yii2-fullcalendar](https://github.com/Edofre/yii2-fullcalendar) (by [Edofre](https://github.com/Edofre)) - use to handle front-end interface, display an events.
- [Recurr](https://github.com/simshaun/recurr) (by [simshaun](https://github.com/simshaun)) - use to handle a repeat events.
- [Yii2-widget-timepicker](https://github.com/kartik-v/yii2-widget-timepicker) (by [kartik-v](https://github.com/kartik-v)) - a form widget to input time.

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist phucnguyenvn/yii2-evecalendar "*"

```

or add

```
"phucnguyenvn/yii2-evecalendar": "*"

```

to the require section of your `composer.json` file.

Migration
---------

[](#migration)

```
php yii migrate --migrationPath=@vendor/phucnguyenvn/yii2-evecalendar/src/migrations

```

Usage
-----

[](#usage)

Configuring to manage Calendar and Event in web interface
---------------------------------------------------------

[](#configuring-to-manage-calendar-and-event-in-web-interface)

### Register module

[](#register-module)

Configure **config/web.php** as follows

```
  'modules' => [
            ................
      'calendar' => [
          'class' => 'phucnguyenvn\yii2evecalendar\Module'
      ],
            ................
  ],
```

### Configure timeZone

[](#configure-timezone)

Configure **config/web.php** as follows

```
    $config = [
      'timezone' => 'Asia/Ho_Chi_Minh',
      ...
      ...
    ]
```

- Pretty Url's /calendar (only work with pretty URL)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity65

Established project with proven stability

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

Total

3

Last Release

3330d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/26a38fa89a54d7c6fafe110ce06fe84c67f4ec06c24b6480b4564c982e38f830?d=identicon)[phucnguyenvn](/maintainers/phucnguyenvn)

---

Tags

eventsrecurringyii2calendarEdofreyii2-fullcalendar

### Embed Badge

![Health badge](/badges/phucnguyenvn-yii2-evecalendar/health.svg)

```
[![Health](https://phpackages.com/badges/phucnguyenvn-yii2-evecalendar/health.svg)](https://phpackages.com/packages/phucnguyenvn-yii2-evecalendar)
```

###  Alternatives

[simshaun/recurr

PHP library for working with recurrence rules

1.6k15.7M40](/packages/simshaun-recurr)[plummer/calendarful

Calendar generator that allows for recurring events.

1142.1k](/packages/plummer-calendarful)[thiagotalma/yii2-fullcalendar

Widget for Yii Framework 2.0 to use FullCalendar

1777.7k](/packages/thiagotalma-yii2-fullcalendar)[calendart/calendart

Manage remote calendars through an unified api

1920.1k2](/packages/calendart-calendart)[kriss/yii2-calendar-schedule

Yii2 Calendar Schedule

107.9k](/packages/kriss-yii2-calendar-schedule)

PHPackages © 2026

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