0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-01-10 11:37:35 +00:00
No description
Find a file
2025-01-09 12:20:47 +01:00
.docker removed duplicate installation call 2024-10-14 23:37:45 +02:00
.github prepare new release 2025-01-09 12:20:47 +01:00
assets make batch actions accessible via javascript 2025-01-09 12:20:47 +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 faster spreadsheet exporter based on opensout and other export improvements (#5238) 2024-12-22 18:36:47 +01:00
migrations Release 2.23.0 (#5075) 2024-10-03 10:34:20 +02:00
public make batch actions accessible via javascript 2025-01-09 12:20:47 +01:00
src added missing final keyword 2025-01-09 12:20:47 +01:00
templates fix year in dashboard 2025-01-09 12:20:47 +01:00
tests adapt test 2025-01-09 12:20:47 +01:00
translations Translated using Weblate (added Tamil) (#5254) 2025-01-09 12:16:45 +01:00
var better support for installing plugins via composer (#5112) 2024-10-14 21:44:42 +02: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
.gitattributes updated frontend builds (#5210) 2024-12-06 14:31:04 +01:00
.gitignore better support for installing plugins via composer (#5112) 2024-10-14 21:44:42 +02:00
.php-cs-fixer.dist.php Release 2.18 (#4878) 2024-06-16 13:15:49 +02:00
CHANGELOG.md changed repository url (#3708) 2022-12-26 17:09:07 +01:00
composer.json faster spreadsheet exporter based on opensout and other export improvements (#5238) 2024-12-22 18:36:47 +01:00
composer.lock bump packages 2025-01-09 12:20:47 +01:00
CONTRIBUTING.md Ignore files from showing up in a release (#5111) 2024-10-12 23:45:13 +02:00
Dockerfile Improve docker installation (#5115) 2024-10-14 23:09:14 +02:00
eslint.config.mjs updated frontend builds (#5210) 2024-12-06 14:31:04 +01:00
kimai.sh better support for installing plugins via composer (#5112) 2024-10-14 21:44:42 +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 updated frontend builds (#5210) 2024-12-06 14:31:04 +01:00
php-cs-fixer.sh Release 2.23.0 (#5075) 2024-10-03 10:34:20 +02:00
phpstan.neon Release 2.27 (#5212) 2024-12-22 22:50:42 +01:00
phpstan.sh faster spreadsheet exporter based on opensout and other export improvements (#5238) 2024-12-22 18:36:47 +01:00
phpunit.xml.dist Upgrade tests to PhpUnit 10 (#5252) 2024-12-22 01:25:30 +01:00
README.md re-phrase 2024-09-01 14:57:07 +02:00
SECURITY.md Ignore files from showing up in a release (#5111) 2024-10-12 23:45:13 +02:00
symfony.lock Upgrade tests to PhpUnit 10 (#5252) 2024-12-22 01:25:30 +01: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 updated frontend builds (#5210) 2024-12-06 14:31:04 +01:00
yarn.lock updated frontend builds (#5210) 2024-12-06 14:31:04 +01: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.