Go to file
Kevin Papst 966b85ebf1 cross-link timesheet view from reports 2024-04-17 21:23:38 +02:00
.docker split docker to use base image for faster builds (#4586) 2024-04-02 17:50:24 +02:00
.github try v5 without discussion 2024-04-06 11:09:02 +02:00
assets Fixes for 1.12 (#4655) 2024-02-22 13:03:09 +01:00
bin Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
config fix deprecation with new UTCDateTimeImmutableType 2024-04-16 22:27:27 +02:00
migrations added API tokens, deprecate API passwords (#4637) 2024-04-05 23:51:16 +02:00
public Release 2.15 (#4749) 2024-04-12 19:03:09 +02:00
src cross-link timesheet view from reports 2024-04-17 21:23:38 +02:00
templates cross-link timesheet view from reports 2024-04-17 21:23:38 +02:00
tests fix test 2024-04-16 23:15:35 +02:00
translations Release 2.15 (#4749) 2024-04-12 19:03:09 +02:00
var Drop SQLite support (#2405) 2021-03-08 16:06:22 +01:00
.codecov.yml release 2.0 beta (#3722) 2023-01-12 12:10:11 +01:00
.editorconfig Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
.env.dist Release 2.0.35 (#4302) 2023-09-23 18:15:22 +02:00
.eslintrc.js Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
.gitignore split docker to use base image for faster builds (#4586) 2024-04-02 17:50:24 +02:00
.php-cs-fixer.dist.php Release 2.6.0 (#4472) 2023-12-17 16:19:50 +01:00
CHANGELOG.md changed repository url (#3708) 2022-12-26 17:09:07 +01:00
CONTRIBUTING.md Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
Dockerfile split docker to use base image for faster builds (#4586) 2024-04-02 17:50:24 +02:00
LICENSE Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
README.md link to wall of love 2024-04-04 00:20:31 +02:00
SECURITY.md dynamic favicon that indicates if an entry is running (#4038) 2023-05-21 15:40:45 +02:00
UPGRADING-1.md Release 2.0.33 (#4273) 2023-09-07 22:24:08 +02:00
UPGRADING.md Release 2.13 (#4659) 2024-03-10 15:35:59 +01:00
babel.config.js Next major version 2 with PHP 8.1, Symfony 6, Tabler UI, 2FA ... (#2902) 2022-12-31 21:19:55 +01:00
composer.json Release 2.15 (#4749) 2024-04-12 19:03:09 +02:00
composer.lock Release 2.15 (#4749) 2024-04-12 19:03:09 +02:00
package.json Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
phpstan.neon fix deprecation with new UTCDateTimeImmutableType 2024-04-16 22:49:41 +02:00
phpunit.xml.dist Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
symfony.lock Release 2.13 (#4659) 2024-03-10 15:35:59 +01:00
webpack.config.js Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
yarn.lock Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00

README.md

Kimai logo

CI Status Code Coverage Latest stable version License Mastodon

Kimai - time-tracker

Kimai is a professional grade time-tracking application, free and open-source. It handles use-cases of freelancers as well as companies with dozens or hundreds of users. Kimai was build to track your project times and ships with many advanced features, including but not limited to:

JSON API, invoicing, data exports, multi-timer and punch-in punch-out mode, tagging, multi-user - multi-timezones - multi-language (over 30 translations existing!), authentication via SAML/LDAP/Database, two-factor authentication (2FA) with TOTP, customizable role and team permissions, responsive design, user/customer/project specific rates, advanced search & filtering, money and time budgets, advanced reporting, support for plugins and so much more.

Versions

There are two versions of Kimai existing:

  • Version 2 — the current stable release (PHP 8.1+)
  • Version 1 — EOL since mid of 2023 (PHP 7.4)

Do NOT use Version 1, it won't get any more updates!

Requirements

  • PHP 8.1.3 minimum
  • MariaDB or MySQL
  • A webserver and subdomain (subdirectory is not supported)
  • PHP extensions: gd, intl, json, mbstring, pdo, tokenizer, xml, xsl, zip

Support for PHP 8.2 and 8.3.

Installation

There are also documentations for:

And if you don't want to host Kimai, you can use the Cloud version of it.

Updating Kimai

Plugins

Roadmap and releases

You can see a rough development roadmap in the Milestones sections. It is open for changes and input from the community, your ideas and questions are welcome.

Release versions will be created on a regular basis, every couple of weeks latest. Every code change, whether it's a new feature or a bugfix, will be done on the main branch.

Contributing

You want to contribute to this repository? This is so great! The best way to start is to open a new issue for bugs or feature requests or a discussion for questions, support and such.

In case you want to contribute, but you wouldn't know how, here are some suggestions:

  • Spread the word: Please [write a testimonial for our Wall of love]{https://love.kimai.org}, vote for Kimai on any software platform, you can toot or tweet about it, share it on LinkedIn, Reddit and any other social media platform!
  • Answer questions: You know the answer to another user's problem? Share your knowledge.
  • Something can be done better? An essential feature is missing? Create a feature request.
  • Report bugs makes Kimai better for everyone.
  • You don't have to be programmer, the documentation and translation could always use some attention.
  • Sponsor the project: free software costs money to create!

There is one simple rule in our "Code of conduct": Don't be an ass!

Credits

Kimai is based on modern technologies and frameworks such as PHP, Symfony and Doctrine, Bootstrap and Tabler, and countless others.