承接 ninlaret/task-syncer-app 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ninlaret/task-syncer-app

最新稳定版本:v2.0.0

Composer 安装命令:

composer require ninlaret/task-syncer-app

包简介

Task syncer project template

README 文档

README

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

  bin/                contains main console script
  config/             contains application configurations

REQUIREMENTS

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

INSTALLATION

Install via Composer

If you do not have Composer, you may install it by following the instructions at getcomposer.org.

Install application template by running the following command:

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

CONFIGURATION

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

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

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

统计信息

  • 总下载量: 13
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2022-08-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固