coollemon / redmine_coda
Redmine to coda
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
pkg:composer/coollemon/redmine_coda
Requires
- danielstieber/coda-php: ^0.0.3
- kbsali/redmine-api: ^1.5
- symfony/yaml: ^4.2
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is not auto-updated.
Last update: 2025-09-27 19:22:11 UTC
README
How to use
Sinchronization::redmineToCoda($pathToConfigFileYaml);
config.yaml must be like this:
Coda:
ConnectKey: '12345key67890'
InputDocId: 'doc12345id'
OutputTDocId: 'doc12345id'
InputName: 'Redmine'
OutputName: 'Redmine'
Redmine:
Link: 'http://link.ru'
ConnectKey: '12345key67890'