PHPackages                             aprymeht/redmine\_to\_coda - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. aprymeht/redmine\_to\_coda

ActiveLibrary

aprymeht/redmine\_to\_coda
==========================

Aero

00PHP

Since May 26Pushed 6y agoCompare

[ Source](https://github.com/AprymeHT/redmine_to_coda)[ Packagist](https://packagist.org/packages/aprymeht/redmine_to_coda)[ RSS](/packages/aprymeht-redmine-to-coda/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Service for sync data between Coda &amp; Redmine
================================================

[](#service-for-sync-data-between-coda--redmine)

Подключение пакетов с помощью Composer
--------------------------------------

[](#подключение-пакетов-с-помощью-composer)

Установите [Composer](https://getcomposer.org/). Отредактируйте *composer.json*

```
{
    "name": "yourproject/yourproject",
    "type": "project",
    "require": {
            "aprymeht/redmine_to_coda"
        }
}
```

Запустите `composer update`

Настройка
---------

[](#настройка)

- Необходимо создать yaml файл со следующими настройками:

```
redmineSettings:
  url: (Redmine URL)
  key: (Access key)

codaSettings:
  tokenCoda: (Token)
  docId: (Document ID)
  table: (Table namme)

```

- Далее объявить в коде:

```
$var = new Sync(path_to_yaml);

$var->sync();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a12a0b186c70341748fb1853c3250461e6368fe0e52b1290518ca65808f377ed?d=identicon)[AprymeHT](/maintainers/AprymeHT)

---

Top Contributors

[![AprymeHT](https://avatars.githubusercontent.com/u/43474046?v=4)](https://github.com/AprymeHT "AprymeHT (1 commits)")

### Embed Badge

![Health badge](/badges/aprymeht-redmine-to-coda/health.svg)

```
[![Health](https://phpackages.com/badges/aprymeht-redmine-to-coda/health.svg)](https://phpackages.com/packages/aprymeht-redmine-to-coda)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
