PHPackages                             shked0wn/timeline-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. shked0wn/timeline-bundle

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

shked0wn/timeline-bundle
========================

Simple bundle that will create a nice cutomizable timeline for your symfony projects.

1.0.3(10y ago)1140[1 issues](https://github.com/floranpagliai/TimelineBundle/issues)MITPHP

Since Nov 13Pushed 10y agoCompare

[ Source](https://github.com/floranpagliai/TimelineBundle)[ Packagist](https://packagist.org/packages/shked0wn/timeline-bundle)[ RSS](/packages/shked0wn-timeline-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

TimelineBundle
==============

[](#timelinebundle)

Synfony2 bundle to make nice looking and responsive timeline. This bundle provide a simple controller to render timeline and include a twig and CSS. If you are interested by more customization don't hesitate to post an issue with your request.

[![Latest Stable Version](https://camo.githubusercontent.com/d392b6b03336ef7ab85f2b76066786efab28e417b765e2c03adbd86ce954c38d/68747470733a2f2f706f7365722e707567782e6f72672f73686b656430776e2f74696d656c696e652d62756e646c652f762f737461626c65)](https://packagist.org/packages/shked0wn/timeline-bundle) [![Total Downloads](https://camo.githubusercontent.com/fbf92b44b87baf63f0c8be3fda8397ea3e12f227831fa3cb4767d39dc11867f2/68747470733a2f2f706f7365722e707567782e6f72672f73686b656430776e2f74696d656c696e652d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/shked0wn/timeline-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/43c1e8e1146f37eb56546669b9e7c04919fec431925dd700b9ec2127b79fc0d5/68747470733a2f2f706f7365722e707567782e6f72672f73686b656430776e2f74696d656c696e652d62756e646c652f762f756e737461626c65)](https://packagist.org/packages/shked0wn/timeline-bundle) [![License](https://camo.githubusercontent.com/4710ac6dac66cccb7ba049e7b8df343a854d17e7292d986fd03ace05f7b89640/68747470733a2f2f706f7365722e707567782e6f72672f73686b656430776e2f74696d656c696e652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/shked0wn/timeline-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/f46bb6181cf651921caff21eb4e93caa4cbba5db18434429d30d4679534efdb1/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30323035396565632d616462662d343231332d613362382d3330656534666133633961622f6d696e692e706e67)](https://insight.sensiolabs.com/projects/02059eec-adbf-4213-a3b8-30ee4fa3c9ab)

[![Exemple](https://github.com/shked0wn/TimelineBundle/raw/master/Resources/public/demo/exemple.png)](https://github.com/shked0wn/TimelineBundle/blob/master/Resources/public/demo/exemple.png)

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

[](#installation)

```
composer require shked0wn/timeline-bundle

```

Add the bundle to your AppKernel.php

```
public function registerBundles()
{
     $bundles = array(
          [..]
          new Shked0wn\TimelineBundle\TimelineBundle(),
          [..]
     );
}

```

Include css file in your header

```
{% stylesheets
    [..]
    'bundles/timelinebundle/css/style.css'
    [...]
    filter='cssrewrite' %}

{% endstylesheets %}

```

Usage
-----

[](#usage)

First you want to create an array like the following in your controller.`

```
$timeline = array(
                array(
                    'title' => 'Title',
                    'date' => array(
                        'day' => 29,
                        'month' => 'JAN',
                        'year' => 2010
                    )
                ),
                array(
                    'title' => 'Title',
                    'text' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce rhoncus condimentum mauris,
                        non vehicula ligula malesuada quis. Fusce a neque quam. Nam quam leo, rutrum eget aliquet faucibus, vulputate
                        sit amet orci. Proin interdum urna sem, vel auctor nibh viverra sit amet. Aenean euismod mi sed nisl rutrum, eu
                        facilisis sapien rutrum. Sed imperdiet ultrices mauris eu rhoncus. Ut iaculis, neque eu sagittis fermentum, nunc dolor f
                        eugiat magna, sit amet posuere elit velit in odio.',
                    'date' => array(
                        'year' => 2012
                    )
                )
);

```

Then give your array to your view.

```
return $this->render('TimelineBundle:Default:index.html.twig', array('timeline' => $timeline));

```

And finally call the render controller in your twig with the array as param.

```
{% render(controller('TimelineBundle:Timeline:renderTimeline', { 'timeline': timeline })) %}

```

License
-------

[](#license)

This bundle is under the MIT license.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity66

Established project with proven stability

 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

Every ~0 days

Total

4

Last Release

3832d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2648131?v=4)[Floran Pagliai](/maintainers/floranpagliai)[@floranpagliai](https://github.com/floranpagliai)

---

Top Contributors

[![floranpagliai](https://avatars.githubusercontent.com/u/2648131?v=4)](https://github.com/floranpagliai "floranpagliai (16 commits)")

---

Tags

bundletimedatetimeline

### Embed Badge

![Health badge](/badges/shked0wn-timeline-bundle/health.svg)

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

###  Alternatives

[knplabs/knp-time-bundle

Making your dates and durations look sensible and descriptive

6308.9M39](/packages/knplabs-knp-time-bundle)[league/period

Time range API for PHP

7335.4M21](/packages/league-period)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[winzou/state-machine-bundle

Bundle for the very lightweight yet powerful PHP state machine

34010.4M15](/packages/winzou-state-machine-bundle)[brick/date-time

Date and time library

3623.3M61](/packages/brick-date-time)[aeon-php/calendar

PHP type safe, immutable calendar library

2079.7M16](/packages/aeon-php-calendar)

PHPackages © 2026

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