PHPackages                             derhasi/toggl2redmine - 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. derhasi/toggl2redmine

Abandoned → [undpaul/toggl2redmine](/?search=undpaul%2Ftoggl2redmine)Library

derhasi/toggl2redmine
=====================

Command line tool to sync toggl time entries to redmine

0.4.0(8y ago)21503[3 issues](https://github.com/derhasi/toggl2redmine/issues)GPLv3PHPPHP &gt;=5.4.0

Since Dec 1Pushed 8y ago2 watchersCompare

[ Source](https://github.com/derhasi/toggl2redmine)[ Packagist](https://packagist.org/packages/derhasi/toggl2redmine)[ RSS](/packages/derhasi-toggl2redmine/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (12)Used By (0)

Toggl2Redmine
=============

[](#toggl2redmine)

PHP CLI tool for syncing toggl with redmine.

[![Latest Stable Version](https://camo.githubusercontent.com/ac6f23f990ae3ee4eafc664c5e8c1732ea00b1382f064e92b41d231bc8a308e5/68747470733a2f2f706f7365722e707567782e6f72672f646572686173692f746f67676c327265646d696e652f762f737461626c652e737667)](https://packagist.org/packages/derhasi/toggl2redmine) [![Total Downloads](https://camo.githubusercontent.com/db925e2bcdc3e9c49de34830e1186a8d80c846a85c4a0ea5820df6fc57be2fd4/68747470733a2f2f706f7365722e707567782e6f72672f646572686173692f746f67676c327265646d696e652f646f776e6c6f6164732e737667)](https://packagist.org/packages/derhasi/toggl2redmine) [![Latest Unstable Version](https://camo.githubusercontent.com/ed4ff1b3eac78d5839e712bf01dd9205cacbf6718c08b4e604a8617692de9a18/68747470733a2f2f706f7365722e707567782e6f72672f646572686173692f746f67676c327265646d696e652f762f756e737461626c652e737667)](https://packagist.org/packages/derhasi/toggl2redmine) [![License](https://camo.githubusercontent.com/2d32613102a732cb8c305c5c77ccb4e20b6a0c72b69303627faf771a9f1d86b1/68747470733a2f2f706f7365722e707567782e6f72672f646572686173692f746f67676c327265646d696e652f6c6963656e73652e737667)](https://packagist.org/packages/derhasi/toggl2redmine)

Time entry sync
---------------

[](#time-entry-sync)

Currently only `time-entry-sync` is available.

- One-way-synchronisaton from toggl to Redmine
- Mapping of Toggl tag name with Redmine
- Sync state is marked as tag `#synched` in Toggl

Installation
------------

[](#installation)

The installation is simple by using [composer](https://getcomposer.org/). After [installing composer](https://getcomposer.org/doc/00-intro.md) you can either install the command globally or within a project.

### Global

[](#global)

In the global installation `toggl2redmine` will be available as a command line tool.

- Run `composer global require derhasi/toggl2redmine` to install globally.
- Add `export PATH=~/.composer/vendor/bin:$PATH` to your `.bashrc`or `.profile`

After the installation you should be able to run `toggl2redmine time-entry-sync ...` from anywhere.

### Local

[](#local)

You can run `composer require derhasi/toggl2redmine` in any composer enabled project to add this project as a dependency.

Usage
-----

[](#usage)

You can run the global or local command by appending options, use a configuration file or use both. A command line argument or option will allways override a setting from the `toggl2redmine.yml`.

Global: `toggl2redmine.php time-entry-sync ...`

Local: `./toggl2redmine time-entry-sync ...`

### Command line arguments and options

[](#command-line-arguments-and-options)

```
Usage:
 time-entry-sync [--workspace="..."] [--fromDate="..."] [--toDate="..."] [--defaultActivity="..."] redmineURL redmineAPIKey tooglAPIKey

Arguments:
 redmineURL            Provide the URL for the redmine installation
 redmineAPIKey         The APIKey for accessing the redmine API
 tooglAPIKey           API Key for accessing toggl API

Options:
 --workspace           Workspace ID to get time entries from
 --fromDate            From Date to get Time Entries from (default: "-1 day")
 --toDate              To Date to get Time Entries from (default: "now")
 --defaultActivity     Name of the default redmine activity to use for empty time entry tags (default: "")

```

### Configuration

[](#configuration)

You can place a `toggl2redmine.yml` in your current working directory for local defaults. For global defaults you can place it at `~/.toggl2redmine/toggl2redmine.yml`. Attention: local and global defaults will **not** be merged. The local default always take precedence over the global defaults, in the case it exists.

You can find a template for `toggl2redmine.yml` at [default.toggl2redmine.yml](default.toggl2redmine.yml). Make sure to rename it to `toggl2redmine.yml`!

For example, for adding the default config template to the global folder you can simply type:

```
mkdir ~/.toggl2redmine
curl https://raw.githubusercontent.com/derhasi/toggl2redmine/master/default.toggl2redmine.yml > ~/.toggl2redmine/toggl2redmine.yml
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~95 days

Recently: every ~225 days

Total

11

Last Release

3231d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5613deedd974152f066c46795af9d5dd85cb84bd0c05ebb921287479c82b0c0f?d=identicon)[derhasi](/maintainers/derhasi)

---

Top Contributors

[![derhasi](https://avatars.githubusercontent.com/u/118502?v=4)](https://github.com/derhasi "derhasi (65 commits)")

### Embed Badge

![Health badge](/badges/derhasi-toggl2redmine/health.svg)

```
[![Health](https://phpackages.com/badges/derhasi-toggl2redmine/health.svg)](https://phpackages.com/packages/derhasi-toggl2redmine)
```

###  Alternatives

[behat/behat

Scenario-oriented BDD framework for PHP

4.0k96.8M2.0k](/packages/behat-behat)[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)

PHPackages © 2026

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