An open API service indexing awesome lists of open source software.

https://github.com/stephpy/timeline-bundle

Symfony2 bundle to make timeline
https://github.com/stephpy/timeline-bundle

Last synced: 7 months ago
JSON representation

Symfony2 bundle to make timeline

Awesome Lists containing this project

README

          

SpyTimelineBundle
=================

Integrates [timeline](https://github.com/stephpy/timeline) library on Symfony2.

Supports 2.* Symfony Framework.

[![Build Status](https://secure.travis-ci.org/stephpy/timeline-bundle.png?branch=master)](http://travis-ci.org/stephpy/timeline-bundle)

Build timeline/wall for an entity easily. [Demo Application](https://github.com/stephpy/timeline-app)

There is also a notification system, you can easily know how many unread notifications you have, mark as read one or all, etc.

[Read the documentation](https://github.com/stephpy/timeline-bundle/blob/master/Resources/doc/index.markdown)

Launch tests:

```
composer install -n
bin/atoum -d Tests/Units
```