PHPackages                             jamosaur/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. jamosaur/guzzle-toggl

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

jamosaur/guzzle-toggl
=====================

Toggl API client written on top of Guzzle PHP. Forked from AJT

v0.13(10y ago)016MITPHP

Since Apr 17Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jamosaur/guzzle-toggl)[ Packagist](https://packagist.org/packages/jamosaur/guzzle-toggl)[ Docs](http://github.com/jaaaaaaaaaam/guzzle-toggl)[ RSS](/packages/jamosaur-guzzle-toggl/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

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

[](#guzzle-toggl)

A Toggl API client based on Guzzle PHP. Forked from AJT.

Features
--------

[](#features)

- supports complete version 8 API with API Key authentication (thanks to @dirx)
- As the Toggl 6 Api will be deprecated on 1st september 2013 its removed in v0.8.
- supports Toggl Report Api v2 (thanks to @dirx)

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

[](#installation)

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

```
composer require jamosaur/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)

```
