PHPackages                             convenia/timeliner - 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. [Database &amp; ORM](/categories/database)
4. /
5. convenia/timeliner

ActiveLibrary[Database &amp; ORM](/categories/database)

convenia/timeliner
==================

Make a timeline in DynamoDB, mirror your models to timnelineformat

v1.1.4(8y ago)76.0k1MITPHPPHP &gt;=7

Since Sep 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/convenia/laravel-timeliner)[ Packagist](https://packagist.org/packages/convenia/timeliner)[ Docs](http://github.com/convenia/timeliner)[ RSS](/packages/convenia-timeliner/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (7)Versions (52)Used By (0)

Laravel Timeliner (with DynamoDB)
==================================

[](#laravel-timeliner-with-dynamodb)

Basic Overview
--------------

[](#basic-overview)

Create a timeline Mirroring your models or add standalone events

Install
-------

[](#install)

```
composer require convenia/timeliner
```

### publish and register

[](#publish-and-register)

```
php artisan vendor:publish --tag="checklistable"
```

Usage
-----

[](#usage)

### configure your mirroring models

[](#configure-your-mirroring-models)

```
      use Timelinable;

      public $mirrorableFormat = [
       'event-name' = [
         'fields' => [
           'field' => 'somefunction|function',
           'category' => 'category_name|static',
           'date' => 'created_at'
        ],
        'tags' => [
          'something|static',
          'model_field',
          'model.relation_field'
        ],
        'pinned' => 'model_field',
        'category' => 'model.relation_field'
```

#### Or add event manually

[](#or-add-event-manually)

```
	$timelineService->createFromData();
```

License
-------

[](#license)

Checklistable is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

37

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% 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 ~1 days

Total

48

Last Release

3080d ago

Major Versions

v0.2.15 → v1.0.02017-09-20

v0.2.16 → v1.0.362017-11-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d6c4d98b8ee2e111badaf700c0fea0555fe1a61db36940f6a65d82aed61795d?d=identicon)[euventura](/maintainers/euventura)

![](https://www.gravatar.com/avatar/cce855fcc89eb414252696f0e8e9715fa0729798b4200de7b9d25045a60fae68?d=identicon)[geekpobre](/maintainers/geekpobre)

---

Top Contributors

[![euventura](https://avatars.githubusercontent.com/u/378751?v=4)](https://github.com/euventura "euventura (45 commits)")[![brunobriante](https://avatars.githubusercontent.com/u/265922?v=4)](https://github.com/brunobriante "brunobriante (1 commits)")

---

Tags

hacktoberfestlaravel-5-packagelaravel5timelinetimeline-componentlaraveltimelinemirrorModelReflection

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/convenia-timeliner/health.svg)

```
[![Health](https://phpackages.com/badges/convenia-timeliner/health.svg)](https://phpackages.com/packages/convenia-timeliner)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[watson/validating

Eloquent model validating trait.

9723.3M46](/packages/watson-validating)[cybercog/laravel-love

Make Laravel Eloquent models reactable with any type of emotions in a minutes!

1.2k302.7k1](/packages/cybercog-laravel-love)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)

PHPackages © 2026

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