PHPackages                             pppcreative/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. pppcreative/date-picker

ActiveLibrary

pppcreative/date-picker
=======================

Laravel Nova Mupltiple Date Picker - multiple graphs date pick , refresh graphs, show logged user data

1.2(2y ago)037MITVuePHP ^7.3|^8.0

Since Jun 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/PPP-Peter/nova-date-picker)[ Packagist](https://packagist.org/packages/pppcreative/date-picker)[ RSS](/packages/pppcreative-date-picker/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

Laravel Nova Multiple Date Picker
=================================

[](#laravel-nova-multiple-date-picker)

Functions: multiple graphs date pick, refresh graphs, show logged user data",

[![](preview.png)](preview.png)

[![](image2.png)](image2.png)

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

[](#installation)

```
composer require pppcreative/date-picker

php artisan vendor:publish --tag=date-picker
```

Usage
-----

[](#usage)

```
use Wame\DatePicker\DatePicker;

(new DatePicker())->width('full')

// Options:
->userDisable(true) // default false
->addParameter('address')
->getDateRange()  // define count days in config
```

Config
------

[](#config)

You can define count days in `config/wame-datepicker.php`

```
    'date' => [
        "7",
        "30",
        "60",
        "90",
        "365",
    ]
```

Translates
----------

[](#translates)

You can edit translates in nova/sk.json Example: "address": "Adresa",

Example for use:
----------------

[](#example-for-use)

```
public function cards()
{
    return [
        (new DatePicker())
            ->width('full')
            ->userDisable(false)
            ->addParameter('id')
            ->getDateRange(),
    ]
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

4

Last Release

1058d ago

Major Versions

0.1 → 1.02023-06-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/9062e791c74e74954b33b513e75aec5d975f231eabb1ba5e96e0136614527a03?d=identicon)[PPP-Peter](/maintainers/PPP-Peter)

---

Top Contributors

[![PPP-Peter](https://avatars.githubusercontent.com/u/93872517?v=4)](https://github.com/PPP-Peter "PPP-Peter (32 commits)")

---

Tags

laraveldate pickernova

### Embed Badge

![Health badge](/badges/pppcreative-date-picker/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)[padocia/laravel-nova-pdf

Generate Pdf from nova resources

2326.5k](/packages/padocia-laravel-nova-pdf)

PHPackages © 2026

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