Download the PHP package parrotkesha/redmine_sync without Composer
On this page you can find all versions of the php package parrotkesha/redmine_sync. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package redmine_sync
Redmine-Coda Sync
Домашнее задание в Академии AERO. Модуль для импорта данных из Redmine в Coda
Установка
$ composer require parrotkesha/redmine_sync
Использование
-
Создать yaml-файл с конфигурацией. Файл должен содержать параметры для подключения к Redmine и Coda. Ниже приведен шаблон конфигурационного файла:
- Создать объект класса Synchronization, передав в параметрах путь к yaml-файлу:
$redmineCoda = new Synchronization(<путь_к_файлу>);
- Вызвать метод syncData() для выполнения синхронизации:
$redmineCoda->syncData();
All versions of redmine_sync with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
danielstieber/coda-php Version ^0.0.3
kbsali/redmine-api Version ^1.5
symfony/yaml Version 4.2
danielstieber/coda-php Version ^0.0.3
kbsali/redmine-api Version ^1.5
symfony/yaml Version 4.2
The package parrotkesha/redmine_sync contains the following files
Loading the files please wait ....