delphiki / toggl-plan-client
There is no license information available for the latest version (1.0.1) of this package.
A simple PHP client for the Toggl Plan API
1.0.1
2022-01-11 12:55 UTC
Requires
- php: >=8.0
- ext-json: *
- guzzlehttp/guzzle: ^7.4
README
A simple PHP client for the Toggl Plan API.
Installation
composer require delphiki/toggl-plan-client
Usage
You must register an application to retrieve your client ID & secret: https://developers.plan.toggl.com/applications
$togglPlanClient = new TogglPlanClient( 'USERNAME', 'PASSWORD', 'CLIENT ID', 'CLIENT SECRET', ); $togglPlanClient->getMe(); // ...