PHPackages                             jdecool/clockify-api - 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. [API Development](/categories/api)
4. /
5. jdecool/clockify-api

ActiveLibrary[API Development](/categories/api)

jdecool/clockify-api
====================

PHP Client for Clockify.me API

0.2.1(4y ago)164.3k—0%7[1 issues](https://github.com/jdecool/clockify-api/issues)MITPHPPHP ^7.2|^8.0

Since Sep 19Pushed 2y ago4 watchersCompare

[ Source](https://github.com/jdecool/clockify-api)[ Packagist](https://packagist.org/packages/jdecool/clockify-api)[ RSS](/packages/jdecool-clockify-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (6)Used By (0)

Clockify API client
===================

[](#clockify-api-client)

[![Build Status](https://camo.githubusercontent.com/de0284a00411ee12da33488a7a839e3c742f2131fa3035e85d2fb9f1fa010da3/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e742e7376673f75726c3d6874747073253341253246253246616374696f6e732d62616467652e6174726f782e6465762532466a6465636f6f6c253246636c6f636b6966792d61706925324662616467652533467265662533446d6173746572267374796c653d666c6174)](https://actions-badge.atrox.dev/jdecool/clockify-api/goto?ref=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c843fea477996a804d37bdaf6fd4309fe995806e8343a7402eb6b4d17ff11346/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a6465636f6f6c2f636c6f636b6966792d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jdecool/clockify-api/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/63fc4de04ede0c272e2c9a11f90c753527476611f6ac690e2ecc774919eede0c/68747470733a2f2f706f7365722e707567782e6f72672f6a6465636f6f6c2f636c6f636b6966792d6170692f762f737461626c652e706e67)](https://packagist.org/packages/jdecool/clockify-api)

PHP client for [Clockify.me API](https://clockify.me/developers-api).

Install it
----------

[](#install-it)

You need to install the library with a PSR-18 compliant HTTP client.

Example using Guzzle:

```
composer require jdecool/clockify-api guzzlehttp/guzzle http-interop/http-factory-guzzle
```

The library is decoupled from any HTTP message client with [HTTPlug](http://httplug.io). That's why you need to install a client implementation `http://httplug.io/` in this example.

Getting started
---------------

[](#getting-started)

### Use the HTTP client

[](#use-the-http-client)

```
