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)86.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 3w 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 81% 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

3126d ago

Major Versions

v0.2.15 → v1.0.02017-09-20

v0.2.16 → v1.0.362017-11-08

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/378751?v=4)[euventura](/maintainers/euventura)[@euventura](https://github.com/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.8k54.1M11.1k](/packages/illuminate-database)[kirschbaum-development/eloquent-power-joins

The Laravel magic applied to joins.

1.6k29.9M42](/packages/kirschbaum-development-eloquent-power-joins)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8723.1M23](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.4M2](/packages/glushkovds-phpclickhouse-laravel)[lemaur/eloquent-publishing

207.8k1](/packages/lemaur-eloquent-publishing)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

442.1k](/packages/itpathsolutions-dbstan)

PHPackages © 2026

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