ninlaret / task-syncer
There is no license information available for the latest version (v2.0.2) of this package.
v2.0.2
2025-04-01 15:03 UTC
Requires
- php: >=8.3
- doctrine/orm: ^3.3
- guzzlehttp/guzzle: ^7.9
- php-di/php-di: ^7.0
- symfony/cache: ^7.2
- symfony/console: ^7.2
- symfony/http-foundation: ^7.2
Requires (Dev)
- mockery/mockery: ^1.6
- phpunit/phpunit: ^9
README
Task-Syncer
A tiny library made for a single purpose: synchronize tasks between different task systems (notion, todoist, habitica, gitlab and so on). All you have to do is to configure synchronization directions and add your own systems using interfaces, or use existing implementations.
The minimum required PHP version is PHP 8.3.
The only supported parameters are name and status of the task.
Installation
To install application template follow the guide in the template readme.