PHPackages                             fiteco-group/kimai-client - 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. fiteco-group/kimai-client

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

fiteco-group/kimai-client
=========================

Kimai V2 PHP Api client.

0.2.2(4y ago)5286↓30.2%2MITPHPPHP &gt;=7.2|&gt;=8.0

Since Aug 4Pushed 4y ago2 watchersCompare

[ Source](https://github.com/FitecoGroup/php-kimai-api-client)[ Packagist](https://packagist.org/packages/fiteco-group/kimai-client)[ RSS](/packages/fiteco-group-kimai-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

Kimai PHP Api Client
====================

[](#kimai-php-api-client)

JSON API for the Kimai 2 time-tracking software. Read more about its usage in the [API documentation](https://www.kimai.org/documentation/rest-api.html)and then download a [Swagger file](doc.json) for import e.g. in Postman. Be aware: it is not yet considered stable and BC breaks might happen, especially when using code generation. The order of JSON attributes is not guaranteed.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "fiteco-group/kimai-client": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
