PHPackages                             jlorente/yii2-weeklyschedule-selector - 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. jlorente/yii2-weeklyschedule-selector

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

jlorente/yii2-weeklyschedule-selector
=====================================

A Yii2 plugin that provides the framework with a weekly schedule selector to attach to models that need a weekly schedule organization.

024JavaScript

Since Oct 1Pushed 10y ago3 watchersCompare

[ Source](https://github.com/jlorente/yii2-weeklyschedule-selector)[ Packagist](https://packagist.org/packages/jlorente/yii2-weeklyschedule-selector)[ RSS](/packages/jlorente-yii2-weeklyschedule-selector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2 Weekly Schedule Selector (In development)
==============================================

[](#yii2-weekly-schedule-selector-in-development)

A Yii2 plugin that provides the framework with a weekly schedule selector to attach to models that need a weekly schedule organization.

This plugin is based on the JQuery plugin day-schedule-selector developed by artsy. For more documentation of configurations visit () or the official [repository](https://github.com/artsy/day-schedule-selector).

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

[](#installation)

To install, either run

```
$ php composer.phar require jlorente/yii2-weeklyschedule-selector "*"
```

or add

```
    "require": {
        "jlorente/yii2-weeklyschedule-selector": "*"
    }
```

to the `require` section of your `composer.json` file and run the following commands from your project directory.

```
$ composer update
$ ./yii migrate --migrationPath=@app/vendor/jlorente/yii2-weeklyschedule-selector/src/migrations
```

The last command will create the table needed to handle the weekly schedule.

Basic Usage
-----------

[](#basic-usage)

First at all you must include the module in your web application.

./console/config/main.php

```
    // ... other configurations ...
    "modules" => [
        // ... other modules ...
        "command" => [
            "class" => "jlorente\weeklyschedule\Module"
        ]
    ]
```

License
-------

[](#license)

Copyright © 2015 José Lorente Martín .

Licensed under the MIT license. See LICENSE.txt for details.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![jlorente](https://avatars.githubusercontent.com/u/301741?v=4)](https://github.com/jlorente "jlorente (3 commits)")

### Embed Badge

![Health badge](/badges/jlorente-yii2-weeklyschedule-selector/health.svg)

```
[![Health](https://phpackages.com/badges/jlorente-yii2-weeklyschedule-selector/health.svg)](https://phpackages.com/packages/jlorente-yii2-weeklyschedule-selector)
```

###  Alternatives

[michaelb/lumen-make

Lumen make adds more make commands to lumen for jobs, controllers, middleware, etc.

2119.6k](/packages/michaelb-lumen-make)

PHPackages © 2026

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