2017 © Pedro Peláez
 

symfony-bundle timeline-bundle

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

image

shked0wn/timeline-bundle

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

  • Monday, November 16, 2015
  • by Shked0wn
  • Repository
  • 0 Watchers
  • 1 Stars
  • 130 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

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., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License SensioLabsInsight, (*2)

Exemple, (*3)

Installation

composer require shked0wn/timeline-bundle

Add the bundle to your AppKernel.php, (*4)

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

Include css file in your header, (*5)

{% stylesheets 
    [..]
    'bundles/timelinebundle/css/style.css'
    [...]
    filter='cssrewrite' %}
    <link rel="stylesheet" href="{{ asset_url }}" />
{% endstylesheets %}

Usage

First you want to create an array like the following in your controller.`, (*6)

$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., (*7)

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., (*8)

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

License

This bundle is under the MIT license., (*9)

The Versions

16/11 2015

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

by Floran Pagliai

bundle date time timeline

14/11 2015

1.0.3

1.0.3.0

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

  Sources   Download

MIT

The Requires

 

by Floran Pagliai

bundle date time timeline

14/11 2015

1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Requires

 

by Floran Pagliai

bundle date time timeline

13/11 2015

1.0.1

1.0.1.0

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

  Sources   Download

MIT

The Requires

 

by Floran Pagliai

bundle date time timeline

13/11 2015

1.0.0

1.0.0.0

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

  Sources   Download

MIT

The Requires

 

by Floran Pagliai

bundle date time timeline