PHPackages                             dimasdevo/laminas-bootstrapdatepicker - 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. dimasdevo/laminas-bootstrapdatepicker

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

dimasdevo/laminas-bootstrapdatepicker
=====================================

Laminas Framework bootstrap datepicker

v1.0.0(5y ago)04MITPHPPHP ^5.5 || ^7.0

Since Jun 5Pushed 5y ago1 watchersCompare

[ Source](https://github.com/dimasdevo/Laminas-Datepicker)[ Packagist](https://packagist.org/packages/dimasdevo/laminas-bootstrapdatepicker)[ RSS](/packages/dimasdevo-laminas-bootstrapdatepicker/feed)WikiDiscussions master Synced 6d ago

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

laminas-bootstrapdatepicker
===========================

[](#laminas-bootstrapdatepicker)

laminas-bootstrapdatepicker

zend framework 3 bootstrap datepicker

\##Installation

1. Ajouter l'exigence suivante à votre fichier composer.json. Dans la section:"require"

```
composer require jenzri-nizar/laminas-bootstrapdatepicker v1.0
```

2. Ouvrez votre ligne de commande et exécutez

```
composer update
```

Le module doit être enregistré dans **config/modules.config.php**

```
'modules' => array(
    '...',
    'Laminas\Form',
    'laminas\Bootstrapdatepicker'
),
```

\##Exemple

```
$this->add(array(
            'name' => 'id',
            'type' => 'laminas\Bootstrapdatepicker\Form\Element\Datepicker',
            'attributes'=>array(
                'class'=>'form-control',
            ),
            'options'=>array(
                'settings'=>array(
                    'id'=>"data",
                    'datepicker'=>array(
                        "format"=>"mm/dd/yyyy",
                        "startDate"=>"-3d",
                        "language"=> 'fr'
                    ),
                    "icon"=>"true",
                    "icon-class"=>"glyphicon glyphicon-th"
                )
            )

        ));
```

form.phtml

```
echo $this->datepicker($form->get('id'));
```

[![alt tag](https://raw.githubusercontent.com/jenzri-nizar/laminas-bootstrapdatepicker/master/Capture.PNG)](https://raw.githubusercontent.com/jenzri-nizar/laminas-bootstrapdatepicker/master/Capture.PNG)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

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

2172d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4a57f25c616815ca22656cca5a677318802c96338f636ed5ecffde0d43be0cec?d=identicon)[dimasdevo](/maintainers/dimasdevo)

---

Top Contributors

[![dimasdevo](https://avatars.githubusercontent.com/u/11312761?v=4)](https://github.com/dimasdevo "dimasdevo (5 commits)")

---

Tags

laminasbootstrapdatepicker

### Embed Badge

![Health badge](/badges/dimasdevo-laminas-bootstrapdatepicker/health.svg)

```
[![Health](https://phpackages.com/badges/dimasdevo-laminas-bootstrapdatepicker/health.svg)](https://phpackages.com/packages/dimasdevo-laminas-bootstrapdatepicker)
```

###  Alternatives

[eternicode/bootstrap-datepicker

A datepicker for Bootstrap

12.7k543.8k6](/packages/eternicode-bootstrap-datepicker)

PHPackages © 2026

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