PHPackages                             jenzri-nizar/zf3-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. jenzri-nizar/zf3-bootstrapdatepicker

ActiveLibrary

jenzri-nizar/zf3-bootstrapdatepicker
====================================

Zend Framework bootstrap datepicker

v1.0(9y ago)01121MITPHPPHP ^5.5 || ^7.0

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/jenzri-nizar/zf3-bootstrapdatepicker)[ Packagist](https://packagist.org/packages/jenzri-nizar/zf3-bootstrapdatepicker)[ RSS](/packages/jenzri-nizar-zf3-bootstrapdatepicker/feed)WikiDiscussions master Synced 2mo ago

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

zf3-bootstrapdatepicker
=======================

[](#zf3-bootstrapdatepicker)

zf3-bootstrapdatepicker

zend framework 3 bootstrap datepicker

\##Installation

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

```
composer require jenzri-nizar/zf3-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(
    '...',
    'Zend\Form',
    'Zf3\Bootstrapdatepicker'
),
```

\##Exemple

```
$this->add(array(
            'name' => 'id',
            'type' => 'Zf3\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/zf3-bootstrapdatepicker/master/Capture.PNG)](https://raw.githubusercontent.com/jenzri-nizar/zf3-bootstrapdatepicker/master/Capture.PNG)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

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

3508d ago

### Community

Maintainers

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

---

Top Contributors

[![jenzri-nizar](https://avatars.githubusercontent.com/u/18179825?v=4)](https://github.com/jenzri-nizar "jenzri-nizar (4 commits)")

---

Tags

bootstrapzf3datepicker

### Embed Badge

![Health badge](/badges/jenzri-nizar-zf3-bootstrapdatepicker/health.svg)

```
[![Health](https://phpackages.com/badges/jenzri-nizar-zf3-bootstrapdatepicker/health.svg)](https://phpackages.com/packages/jenzri-nizar-zf3-bootstrapdatepicker)
```

###  Alternatives

[eternicode/bootstrap-datepicker

A datepicker for Bootstrap

12.7k543.8k6](/packages/eternicode-bootstrap-datepicker)[mwsimple/scdatetimepicker-bundle

Symfony bundle for Bootstrap DateTime picker - Twigv3

1163.4k1](/packages/mwsimple-scdatetimepicker-bundle)[zfc-datagrid/zfc-datagrid

Laminas Module that provides a datagrid for different datasources and output formats

1223.2k](/packages/zfc-datagrid-zfc-datagrid)

PHPackages © 2026

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