giat / toggl
Extension service for morningtrain/toggl-api
Installs: 1 807
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- morningtrain/toggl-api: ^1.0
This package is not auto-updated.
Last update: 2025-04-03 15:16:02 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"
}
}