coollemon / redmine_coda
There is no license information available for the latest version (1.0.0) of this package.
Redmine to coda
1.0.0
2019-05-16 11:12 UTC
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-03-15 16:30:47 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'