giat / toggl
Extension service for morningtrain/toggl-api
v1.0.0
2019-04-24 11:47 UTC
Requires
- morningtrain/toggl-api: ^1.0
This package is not auto-updated.
Last update: 2026-03-05 19:53:39 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"
}
}