giat/toggl

Extension service for morningtrain/toggl-api

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

This package is not auto-updated.

Last update: 2024-05-16 10:46:44 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"
    }
}