PHPackages                             ember-industries/guzzle-toggl - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. ember-industries/guzzle-toggl

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ember-industries/guzzle-toggl
=============================

Toggl API client written on top of Guzzle PHP.

9.0.0(1y ago)01MITPHP

Since Jun 21Pushed 8mo agoCompare

[ Source](https://github.com/ember-industries/guzzle-toggl)[ Packagist](https://packagist.org/packages/ember-industries/guzzle-toggl)[ Docs](https://github.com/ember-devops/guzzle-toggl)[ RSS](/packages/ember-industries-guzzle-toggl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

guzzle-toggl
============

[](#guzzle-toggl)

A Toggl API client based on Guzzle PHP

Features
--------

[](#features)

- supports partial version 9 API with API Key authentication (thanks to @edward-simpson)
- supports Toggl Report Api v2 (thanks to @dirx)
- now based on guzzle 7

See v1.2.0 for the last version based on guzzle6. At the moment both versions are the same except for the supported guzzle version. New releases will be based on guzzle7.

Installation
------------

[](#installation)

The library is available through Composer, so it's easy to get it. Simply run this to install it:

```
composer require ember-devops/guzzle-toggl

```

Usage
-----

[](#usage)

To use the Toggl API Client simply instantiate the client with the api key. More information on the key and authentication available at [https://github.com/toggl/toggl\_api\_docs/blob/master/chapters/authentication.md](https://github.com/toggl/toggl_api_docs/blob/master/chapters/authentication.md)

```
