0
0
mirror of https://github.com/kevinpapst/kimai2.git synced 2024-07-26 18:42:32 +00:00
Go to file
2024-07-25 13:19:23 +02:00
.docker fix database URLs with special characters for docker (#4976) 2024-07-20 17:20:23 +02:00
.github Release 2.19 (#4922) 2024-07-22 17:51:03 +02:00
assets Release 2.19 (#4922) 2024-07-22 17:51:03 +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 adjust title and intro sentence 2024-07-24 14:05:06 +02:00
migrations added API tokens, deprecate API passwords (#4637) 2024-04-05 23:51:16 +02:00
public Release 2.19 (#4922) 2024-07-22 17:51:03 +02:00
src code style 2024-07-25 13:19:23 +02:00
templates unify CSRF token usage in comment sections (#4986) 2024-07-23 08:33:02 +02:00
tests codestyles 2024-07-25 12:03:53 +02:00
translations Translated using Weblate (#4946) 2024-07-20 17:36:02 +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.19 (#4922) 2024-07-22 17:51:03 +02:00
composer.lock composer update 2024-07-25 11:50:22 +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 fixed case of AS keyword in Dockerfile (#4943) 2024-06-29 21:45:14 +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 fix financial year issue, fix test, improve DateTimeFactory (#4985) 2024-07-23 07:20:11 +02:00
phpunit.xml.dist Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
README.md Fix typo in markdown link (#4845) 2024-05-07 09:30:33 +02:00
SECURITY.md dynamic favicon that indicates if an entry is running (#4038) 2023-05-21 15:40:45 +02:00
symfony.lock Release 2.13 (#4659) 2024-03-10 15:35:59 +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 Release 2.11 (#4580) 2024-02-02 13:52:24 +01:00
yarn.lock yarn upgrade 2024-06-15 11:40:35 +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 — 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, 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.