PHPackages                             felipyamorim/bootstrap-datetime-picker-bundle - 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. felipyamorim/bootstrap-datetime-picker-bundle

AbandonedArchivedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

felipyamorim/bootstrap-datetime-picker-bundle
=============================================

Provides a fully-featured datetime picker field

177[1 issues](https://github.com/felipyamorim/BootstrapDateTimePickerBundle/issues)PHP

Since May 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/felipyamorim/BootstrapDateTimePickerBundle)[ Packagist](https://packagist.org/packages/felipyamorim/bootstrap-datetime-picker-bundle)[ RSS](/packages/felipyamorim-bootstrap-datetime-picker-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BootstraoDateTimePickerBundle
=============================

[](#bootstraodatetimepickerbundle)

Introduction
------------

[](#introduction)

This bundle provides a fully-featured datetime picker field.

### Requeriments

[](#requeriments)

- Symfony 2.8+
- Twitter Bootstrap

### Features

[](#features)

- DateTime Picker
- Bootstrap Styling

Installing
----------

[](#installing)

### Add composer

[](#add-composer)

Add the dependency to your composer.json

```
    "require": {
        ...
	    "felipyamorim/bootstrap-datetime-picker-bundle" : "dev-master"
	}
```

### Add bundle class in kernel

[](#add-bundle-class-in-kernel)

Register the bundle class in your AppKernel.php

```
    public function registerBundles()
    {
        $bundles = array(
        ...
        new FelipyAmorim\BootstraoDateTimePickerBundle\FelipyAmorimBootstraoDateTimePickerBundle(),
        ...
        );
    }
```

Install assets

Symfony 3:

```
$ php bin/console install:assets

```

Symfony 2:

```
$ php app/console install:assets

```

All done!

License
-------

[](#license)

MIT

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/022ba015be24a6c4cb56dc5d2a275ab2762aadc9dc36b353944f57df9d3bc445?d=identicon)[felipyamorim](/maintainers/felipyamorim)

---

Top Contributors

[![felipyamorim](https://avatars.githubusercontent.com/u/8260266?v=4)](https://github.com/felipyamorim "felipyamorim (8 commits)")

### Embed Badge

![Health badge](/badges/felipyamorim-bootstrap-datetime-picker-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/felipyamorim-bootstrap-datetime-picker-bundle/health.svg)](https://phpackages.com/packages/felipyamorim-bootstrap-datetime-picker-bundle)
```

###  Alternatives

[mateusjunges/laravel-invite-codes

This package allows you to easily manage invite codes for your Laravel application.

29166.8k](/packages/mateusjunges-laravel-invite-codes)[ilab/namespacer

Tool for re-namespacing composer packages for use in WordPress plugins.

291.1k](/packages/ilab-namespacer)

PHPackages © 2026

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