PHPackages                             ninlaret/task-syncer-app - 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. ninlaret/task-syncer-app

ActiveLibrary

ninlaret/task-syncer-app
========================

Task syncer project template

v2.0.0(1y ago)013PHPPHP &gt;=8.3

Since Aug 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ninlaret/task-syncer-app)[ Packagist](https://packagist.org/packages/ninlaret/task-syncer-app)[ RSS](/packages/ninlaret-task-syncer-app/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

Task-Syncer Project Template
============================

[](#task-syncer-project-template)

An app made for synchronizing tasks between different task systems.

It contains realizations for three task systems: notion, gitlab and habitica. You can add more of the systems you need using config files.

DIRECTORY STRUCTURE
-------------------

[](#directory-structure)

```
  bin/                contains main console script
  config/             contains application configurations

```

REQUIREMENTS
------------

[](#requirements)

The minimum requirement by this project template that your Web server supports PHP 8.3

INSTALLATION
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md#installation-nix).

Install application template by running the following command:

```
composer create-project --prefer-dist ninlaret/task-syncer-app .

```

CONFIGURATION
-------------

[](#configuration)

### Database

[](#database)

Edit the file `config/params.php` with real data, for example:

```
    'database' => [
        'host' => 'localhost',
        'user' => 'user',
        'password' => 'password',
        ...
    ]
```

You should add an existing database in this section.

### Synchronization settings

[](#synchronization-settings)

First you have to copy config files via commands:

```
mv config/params.php.dist config/params.php
mv config/systems.php.dist config/systems.php

```

Then you should fill up the 'mappers', 'updaters' and 'fetchers' keys in config/systems.php with your systems

'mappers' elements should be compatible with the `core\domain\TaskMapperInterface`

'updaters' elements should be compatible with the `core\domain\TaskApiUpdateInterface`

'fetchers' elements should be compatible with the `core\domain\TaskApiFetchInterface`

Then you need to edit the `syncRoutes` section in `config/params.php` file, for example:

```
    'syncRoutes' => [
        'gitlab' => ['habitica']
    ]
```

Here it says all the tasks from gitlab will be synced habitica.

USAGE
-----

[](#usage)

Before first usage you should install database schema via command

```
php bin/console init

```

To sync systems from cli run the following command:

```
php bin/console sync

```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance49

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

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 ~319 days

Total

4

Last Release

402d ago

Major Versions

v1.0.2 → v2.0.02025-04-01

PHP version history (2 changes)v1.0.0PHP &gt;=8.0

v2.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c0594c0425a148d72dfe0b139a4528d5730a8e7edd1162f6483a508565f0d1b?d=identicon)[ninlaret](/maintainers/ninlaret)

---

Top Contributors

[![ninlaret](https://avatars.githubusercontent.com/u/15088679?v=4)](https://github.com/ninlaret "ninlaret (8 commits)")

### Embed Badge

![Health badge](/badges/ninlaret-task-syncer-app/health.svg)

```
[![Health](https://phpackages.com/badges/ninlaret-task-syncer-app/health.svg)](https://phpackages.com/packages/ninlaret-task-syncer-app)
```

PHPackages © 2026

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