0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-03-15 13:34:46 +00:00
No description
Find a file
2024-09-22 17:26:02 +02:00
.docker Release 2.20.0 (#4987) 2024-08-04 18:22:27 +02:00
.github Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02:00
assets Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02: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 Support for changeable work contract types (#5069) 2024-09-22 16:18:21 +02:00
migrations Improve pagination support in API (#5073) 2024-09-22 17:26:02 +02:00
public Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02:00
src Improve pagination support in API (#5073) 2024-09-22 17:26:02 +02:00
templates Support for changeable work contract types (#5069) 2024-09-22 16:18:21 +02:00
tests Improve pagination support in API (#5073) 2024-09-22 17:26:02 +02:00
translations Translated using Weblate (#5045) 2024-09-22 15:38:51 +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.18 (#4878) 2024-06-16 13:15:49 +02: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
CHANGELOG.md changed repository url (#3708) 2022-12-26 17:09:07 +01:00
composer.json Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02:00
composer.lock Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02: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 remove invalid label 2024-08-04 19:38:47 +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
package.json Release 2.16 (#4780) 2024-05-01 14:24:24 +02:00
phpstan.neon Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02:00
phpunit.xml.dist Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
README.md re-phrase 2024-09-01 14:57:07 +02:00
SECURITY.md link security guidelines on the website 2024-08-05 18:44:38 +02:00
symfony.lock bump PHPSpreadsheet major version (#5040) 2024-08-31 23:42:41 +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
webpack.config.js Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
yarn.lock Release 2.22.0 (#5043) 2024-09-20 14:30:11 +02:00

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 — do NOT use, EOL since mid of 2023 (PHP 7.4)

Requirements

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

Installation

There are more documented ways for on-premise hosting.

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, which is open for changes and input from the community, your ideas 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, 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.