delphiki / toggl-plan-client
A simple PHP client for the Toggl Plan API
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/delphiki/toggl-plan-client
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(); // ...