PHPackages                             alexandermatveev/moment-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. alexandermatveev/moment-bundle

ActiveSymfony-bundle

alexandermatveev/moment-bundle
==============================

Moment.js Bundle for Symfony2

1.0(9y ago)0253MITPHPPHP &gt;=5.3.0

Since Sep 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/AlexanderMatveev/moment-bundle)[ Packagist](https://packagist.org/packages/alexandermatveev/moment-bundle)[ Docs](https://github.com/AlexanderMatveev/moment-bundle)[ RSS](/packages/alexandermatveev-moment-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Moment Bundle for Symfony2
==========================

[](#moment-bundle-for-symfony2)

Current Version
---------------

[](#current-version)

Moment.js 2.15.1

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

[](#installation)

### Add bundle to your composer.json file

[](#add-bundle-to-your-composerjson-file)

```
// composer.json

{
    "require": {
		// ...
        "alexandermatveev/moment-bundle": "*"
    }
}
```

### Add bundle to your application kernel

[](#add-bundle-to-your-application-kernel)

```
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new AlexanderMatveev\MomentBundle\AlexanderMatveevMomentBundle(),
        // ...
    );
}
```

### Download the bundle using Composer

[](#download-the-bundle-using-composer)

```
$ php composer.phar update alexandermatveev/moment-bundle
```

### Install assets

[](#install-assets)

Given your server's public directory is named "web", install the public vendor resources

```
$ bin/console assets:install web
```

Optionally, use the --symlink attribute to create links rather than copies of the resources

```
$ bin/console assets:install --symlink web
```

Usage
-----

[](#usage)

Refer to the desired files in your HTML template, e.g.

```

```

Or with locales:

```

```

Licenses
--------

[](#licenses)

Refer to the source code of the included files for license information

References
----------

[](#references)

1.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

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

3515d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58c62efae198ffa8f65956fd33eee2a9e87a58d28a1884d825ca7595cfbfee69?d=identicon)[AlexanderMatveev](/maintainers/AlexanderMatveev)

---

Top Contributors

[![AlexanderMatveev](https://avatars.githubusercontent.com/u/1456669?v=4)](https://github.com/AlexanderMatveev "AlexanderMatveev (2 commits)")

---

Tags

symfonyjavascriptmoment

### Embed Badge

![Health badge](/badges/alexandermatveev-moment-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/alexandermatveev-moment-bundle/health.svg)](https://phpackages.com/packages/alexandermatveev-moment-bundle)
```

###  Alternatives

[coresphere/console-bundle

This bundle allows you accessing the symfony2 console via your browser

146337.3k5](/packages/coresphere-console-bundle)[apy/jsfv-bundle

Symfony2 Javascript Form Validation Bundle with localisation support

92770.5k](/packages/apy-jsfv-bundle)

PHPackages © 2026

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