PHPackages                             marcin-jozwikowski/console-date-picker - 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. [CLI &amp; Console](/categories/cli)
4. /
5. marcin-jozwikowski/console-date-picker

ActiveLibrary[CLI &amp; Console](/categories/cli)

marcin-jozwikowski/console-date-picker
======================================

A DateTime picker for Symfony Console commands

v1.0(4y ago)0254MITPHP

Since Oct 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/marcin-jozwikowski/console-date-picker)[ Packagist](https://packagist.org/packages/marcin-jozwikowski/console-date-picker)[ RSS](/packages/marcin-jozwikowski-console-date-picker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Symfony Console DateTime picker
===============================

[](#symfony-console-datetime-picker)

A DateTime picker for Symfony Console commands

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

[](#installation)

```
composer require marcin-jozwikowski/console-date-picker
```

Usage
-----

[](#usage)

Example usage in Symfony command

```
protected function execute(InputInterface $input, OutputInterface $output): int
{
    $datePicker = new DatePicker($input, $output);
    $date       = $datePicker->getDate(new YMDPickerDisplay(), "Please provide date ");

    $io->success($date->format('Y-m-d H:i:s'));

    return Command::SUCCESS;
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1661d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9582d593f00e692327f327982a87af9d3e46e09c1d7addf74ff92df111f9987?d=identicon)[marcin-jozwikowski](/maintainers/marcin-jozwikowski)

---

Top Contributors

[![marcin-jozwikowski](https://avatars.githubusercontent.com/u/5331237?v=4)](https://github.com/marcin-jozwikowski "marcin-jozwikowski (6 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marcin-jozwikowski-console-date-picker/health.svg)

```
[![Health](https://phpackages.com/badges/marcin-jozwikowski-console-date-picker/health.svg)](https://phpackages.com/packages/marcin-jozwikowski-console-date-picker)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[crazywhalecc/static-php-cli

Build single static PHP binary, with PHP project together, with popular extensions included.

1.8k13.9k](/packages/crazywhalecc-static-php-cli)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[phpcr/phpcr-shell

Shell for PHPCR

721.3M8](/packages/phpcr-phpcr-shell)[madewithlove/license-checker

CLI tool to verify allowed licenses for composer dependencies

54449.8k21](/packages/madewithlove-license-checker)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)

PHPackages © 2026

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