PHPackages                             javihgil/the-final-countdown-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. javihgil/the-final-countdown-bundle

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

javihgil/the-final-countdown-bundle
===================================

0.0.1(11y ago)01.8kPHP

Since Dec 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/javihgil/the-final-countdown-bundle)[ Packagist](https://packagist.org/packages/javihgil/the-final-countdown-bundle)[ RSS](/packages/javihgil-the-final-countdown-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

The Final Countdown Bundle
==========================

[](#the-final-countdown-bundle)

This bundle set ups a day count down in the Symfony toolbar.

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

[](#installation)

1. Add the bundle to your composer.json file as dependency:

```
composer require-dev javihgil/the-final-countdown-bundle
```

2. Load the bundle in the application kernel:

    ```
    // app/AppKernel.php
    public function registerBundles()
    {
        // ...

        if (in_array($this->getEnvironment(), array('dev', 'test'))) {
            // ...
            $bundles[] = new Jhg\TheFinalCountdownBundle\JhgTheFinalCountdownBundle();
        }

        return $bundles;
    }
    ```
3. Configure the bundle

    ```
    # app/config/config_dev.yml
    jhg_the_final_countdown:
        end_date: 2015/03/02
    ```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

4168d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/766ef00631b1423013963faf96b8cbadb054344a03419832a9d9a9c6041c1679?d=identicon)[javihgil](/maintainers/javihgil)

---

Top Contributors

[![javihgil](https://avatars.githubusercontent.com/u/2581053?v=4)](https://github.com/javihgil "javihgil (1 commits)")

### Embed Badge

![Health badge](/badges/javihgil-the-final-countdown-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/javihgil-the-final-countdown-bundle/health.svg)](https://phpackages.com/packages/javihgil-the-final-countdown-bundle)
```

###  Alternatives

[wpify/custom-fields

WPify Custom Fields

1325.8k2](/packages/wpify-custom-fields)

PHPackages © 2026

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