giat/toggl

Extension service for morningtrain/toggl-api

Installs: 1 809

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/giat/toggl

v1.0.0 2019-04-24 11:47 UTC

This package is not auto-updated.

Last update: 2025-10-02 17:50:16 UTC


README

It is packacke for mapping projecst and tasks in toggl with settings in our application.

Installation

It can be installed with composer

composer require giat/toggl

Dependencies

It depends on morningtrain/toggl-api ver 1.0.4.

Toggl-api can be added with the following composer snippet: (or automatically when installing through composer)

{
    "require": {
        "morningtrain/toggl-api": "^1.0.4"
    }
}