PHPackages                             zentheme/wpikaday - 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. zentheme/wpikaday

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

zentheme/wpikaday
=================

A Pikaday calendar Control for Wordpress customizer.

1.0.1(9y ago)2152MITPHPPHP &gt;=5.5.0

Since Dec 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zentheme/wpikaday)[ Packagist](https://packagist.org/packages/zentheme/wpikaday)[ Docs](https://github.com/zentheme/wpikaday)[ RSS](/packages/zentheme-wpikaday/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Zentheme Pikadate
=================

[](#zentheme-pikadate)

This module provides a Wordpress customizer Control based on the [Pikaday Datepicker](https://github.com/dbushell/Pikaday) project. The module is available via `composer` so it can be added to a plugin or theme.

The Pikaday Datepicker has a pretty comprehensive range of config options, most of which are available to the Control, you can check them out on the [Pikaday Project](https://github.com/dbushell/Pikaday) page on Github.

#### Install with composer

[](#install-with-composer)

Download and install Composer by following the [official instructions](https://getcomposer.org/download/). For usage, see [the documentation](https://getcomposer.org/doc/).

Run the following in your terminal to install the module with [Composer](https://getcomposer.org/).

```
$ composer require zentheme/wpikaday

```

As this project uses [PSR-4](http://www.php-fig.org/psr/psr-4/) autoloading you will need to use Composers autoloader.

Using the Control
-----------------

[](#using-the-control)

Below is a simple example of how the control might be used in a plugin or theme. The example assumes that the `vendor/autoload.php` file has already been included.

```
use Zentheme\Customizer\Control\PikadayControl;

// Projects customizer configuration
add_action( 'customize_register', function( $wpCustomize ) {
    // Add a section...
    $wpCustomize->add_section( 'pikaday_section', [
        'title' => 'Pikaday Section'
    ] );

    // Then a setting...
    $wpCustomize->add_setting( 'pikaday_setting', [
        'default' => '',
        'transport' => 'postMessage'
    ] );

    // ...and finally add the Pikaday control
    $wpCustomize->add_control(
        new PikadayControl( $wpCustomize, 'pikaday_control', [
            'label' => 'Pikaday Calendar',
            'section' => 'pikaday_section',
            'settings' => 'pikaday_setting',
            'position' => 'bottom right',   // position the  datepicker
            'format' => 'MMMM Do YYYY'      // define the date format
            // ... add any other valid Pikaday params here
        ] )
    );
} );
```

Notes
-----

[](#notes)

- Licensed under the [MIT License](https://github.com/zentheme/wpikaday/blob/master/LICENSE)
- Maintained under the [Semantic Versioning Guide](http://semver.org)

Author
------

[](#author)

**John Dundon**

- [zenthe.me](http://zenthe.me)

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3493d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6798135?v=4)[John](/maintainers/zentheme)[@zentheme](https://github.com/zentheme)

---

Top Contributors

[![zentheme](https://avatars.githubusercontent.com/u/6798135?v=4)](https://github.com/zentheme "zentheme (2 commits)")

---

Tags

calendarpikadaywordpress customizer

### Embed Badge

![Health badge](/badges/zentheme-wpikaday/health.svg)

```
[![Health](https://phpackages.com/badges/zentheme-wpikaday/health.svg)](https://phpackages.com/packages/zentheme-wpikaday)
```

###  Alternatives

[eluceo/ical

The eluceo/iCal package offers an abstraction layer for creating iCalendars. You can easily create iCal files by using PHP objects instead of typing your \*.ics file by hand. The output will follow RFC 5545 as best as possible.

1.2k18.3M57](/packages/eluceo-ical)[spatie/icalendar-generator

Build calendars in the iCalendar format

6878.7M15](/packages/spatie-icalendar-generator)[spatie/laravel-google-calendar

Manage events on a Google Calendar

1.4k1.7M21](/packages/spatie-laravel-google-calendar)[league/period

Time range API for PHP

7335.7M22](/packages/league-period)[aeon-php/calendar

PHP type safe, immutable calendar library

20410.2M16](/packages/aeon-php-calendar)[laraveljutsu/zap

A flexible, performant, and developer-friendly schedule management system for Laravel

1.5k97.9k1](/packages/laraveljutsu-zap)

PHPackages © 2026

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