{"id":15667476,"url":"https://github.com/mathisburger/wtm","last_synced_at":"2026-02-13T21:15:05.471Z","repository":{"id":238895513,"uuid":"795904639","full_name":"MathisBurger/wtm","owner":"MathisBurger","description":"Custom worktime monitoring and management application","archived":false,"fork":false,"pushed_at":"2025-03-21T14:37:57.000Z","size":1192,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-30T01:51:57.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MathisBurger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-04T11:31:04.000Z","updated_at":"2025-03-18T17:28:29.000Z","dependencies_parsed_at":"2024-05-08T18:53:40.441Z","dependency_job_id":"c17e14ca-749b-4d47-a64d-0ed57f777de0","html_url":"https://github.com/MathisBurger/wtm","commit_stats":{"total_commits":176,"total_committers":3,"mean_commits":"58.666666666666664","dds":0.08522727272727271,"last_synced_commit":"20298345ae93ec23f72f53e2d66a7ea3c7930c30"},"previous_names":["mathisburger/wtm"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/MathisBurger/wtm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fwtm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fwtm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fwtm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fwtm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MathisBurger","download_url":"https://codeload.github.com/MathisBurger/wtm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MathisBurger%2Fwtm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29417808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T14:03:51.326Z","updated_at":"2026-02-13T21:15:05.457Z","avatar_url":"https://github.com/MathisBurger.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Worktime\n\n[![](https://tokei.rs/b1/github/MathisBurger/wtm?category=lines)](https://github.com/XAMPPRocky/tokei).\n\n**NOTE: The code of this project is pretty bad. Its hard to maintain, because it was kind of an overnight project with no real architecture. Please do not blame it. I know it is bad. But I will not fix it. The functionality is fixed and as long as it runs as expected, I will not change anything!**\n\nThis project is specifically built for a single company with the specific purpose of allowing the employees to track their \nworktimes and manage holidays and illness. Furthermore, it provides the functionality to generate a PDF file that sums up the overtime\nand general worktime for each employee. It can also handle overtime transfer as well as overtime reduction days. Furthermore, the application is able to handle \nusers from LDAP interfaces and provide admin permissions based on the LDAP group of a user. in Addition, the application can be updated without any server access only through the web interface\n\n## Licensing\n\nThis application is licensed as public source. This means the source code is publicly available but the application can only \nbe used by people who have my direct permission. It is strongly individual, so it might not match any user requirements.\nIf you are interested in using this application for yourself please contact me for further information.\n\n## Installation \n\nThis application can be installed as any other symfony application. There is no extra configuration required except from\nthe environment configuration that is described later in the README.\n\n## Development\n\nThe development and code of this project is currently freezed, because it already matches all requirements that were described by the\nclient. Therefore, this application will only be developed further if bugs occur, or the requirements are changing.\n\n## Configuration\n\nThe following table describes all `.env` variables that need to be configured.\n\n| Variable               | Description                                       |\n|------------------------|---------------------------------------------------|\n| `DATABASE_URL`         | The URL to the database (MySQL or PostgreSQL)     |\n| `IS_DOCKER`            | If the application is in a docker container       |\n| `LDAP_BASE_DN`         | The LDAP base DN for searching                    |\n| `LDAP_SEARCH_DN`       | The DN to the searching LDAP user                 |\n| `LDAP_SEARCH_PASSWORD` | The password to search LDAP with the search user  |\n| `LDAP_HOST`            | The host of the LDAP server                       |\n| `LDAP_ADMIN_GROUP`     | The CN of the group that should have admin access |\n| `LDAP_IT_GROUP`        | The CN of the group that should have IT access    |\n\n## Code quality\n\nThe code quality of this project is bad, because it needed to be done quick and there are no major changes required in the future\nwhich is why this code will not be maintained in the future. Therefore, good code quality is not as important as it is normally. This is why\nthis project has such a bad code quality. Many of the calculation algorithms could be refactored, but this would take a lot of time and is not worth it, because\nthese algorithms will not change in the future anyway. So please do not judge me for my bad code. Usually it is way better ;)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathisburger%2Fwtm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathisburger%2Fwtm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathisburger%2Fwtm/lists"}