{"id":15016858,"url":"https://github.com/eporsche/daybreak","last_synced_at":"2025-05-08T20:55:18.642Z","repository":{"id":41822027,"uuid":"354799085","full_name":"eporsche/daybreak","owner":"eporsche","description":"Simple timesheets and vacation management for small businesses.","archived":false,"fork":false,"pushed_at":"2023-02-09T08:57:45.000Z","size":6673,"stargazers_count":131,"open_issues_count":0,"forks_count":38,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-31T18:08:15.622Z","etag":null,"topics":["hrm","laravel","livewire","timesheet","vacation"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eporsche.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2021-04-05T10:37:14.000Z","updated_at":"2025-02-17T05:25:43.000Z","dependencies_parsed_at":"2024-09-24T20:31:12.954Z","dependency_job_id":"5b8327fd-9fb4-4ebf-9af7-c6a07bf0fc98","html_url":"https://github.com/eporsche/daybreak","commit_stats":{"total_commits":71,"total_committers":4,"mean_commits":17.75,"dds":"0.23943661971830987","last_synced_commit":"622d67f67470933977f13a44b19849ddb1cc0d8c"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eporsche%2Fdaybreak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eporsche%2Fdaybreak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eporsche%2Fdaybreak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eporsche%2Fdaybreak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eporsche","download_url":"https://codeload.github.com/eporsche/daybreak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149395,"owners_count":21861717,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hrm","laravel","livewire","timesheet","vacation"],"created_at":"2024-09-24T19:49:29.131Z","updated_at":"2025-05-08T20:55:18.622Z","avatar_url":"https://github.com/eporsche.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"150px\" src=\"/resources/logo_purple.svg\" alt=\"Logo Daybreak\"\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/eporsche/daybreak/actions\"\u003e\n        \u003cimg src=\"https://github.com/eporsche/daybreak/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/daybreak/daybreak\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/dt/daybreak/daybreak\" alt=\"Total Downloads\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/daybreak/daybreak\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/v/daybreak/daybreak\" alt=\"Latest Stable Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://packagist.org/packages/daybreak/daybreak\"\u003e\n        \u003cimg src=\"https://img.shields.io/packagist/l/daybreak/daybreak\" alt=\"License\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## About Daybreak\n\nDaybreak is a very simplistic timesheet and vacation planning program for small businesses. It was created because I needed something I could host myself and integrate better into our local IT enviornment. Other open sourced programs like [smalltime](https://www.small.li/) or [kimai](https://www.kimai.org/) didn't work out for me, since they did not comply to C-55/18 EuGH or where not easily extendable.\nThis program is inspired by papershift. If you are looking for something more robust and/or more enterprise ready, I suggest you test and use their service at [papershift.com](https://papershift.com).\n\n## Open Todos\n\n- [ ] Documentation\n- [x] Add automatic pause times after \"x\" working hours\n- [ ] Include holiday importer for other countries\n- [ ] Make timezone of location configurable and make use of it\n- [ ] Add more absence times calculators\n- [x] Add extended datatables and disable employee switcher\n- [ ] More Tests\n\n## Installation instruction to setup a development environment\n\n### Requirements\n\n**Ubuntu/Debian**\n\n```bash\napt-get update\napt-get install php7.4 php7.4-common php7.4-bcmath openssl php7.4-json php7.4-mbstring php7.4-xml\n\n```\n\nInstall [docker](https://docs.docker.com/get-docker/) and [composer](https://getcomposer.org/download/) on you system.\n\n### Clone repository\n\n```bash\ngit clone https://github.com/eporsche/daybreak.git \u0026\u0026 cd daybreak\n```\n\n### Setup repository\n\n```bash\n# Restore PHP packages\ncomposer install\n\n# Create .env file\n# By default port :80 will be used. To change the port, put `APP_PORT=\u003cport\u003e` into the .env config file\ncp .env.example .env\n```\n\n### Start application\n\n```bash\n# Start the application\n./vendor/bin/sail up -d\n\n# Generate app key\n./vendor/bin/sail artisan key:generate\n\n# Migrate database\n./vendor/bin/sail artisan migrate\n```\n\nBy default, the application is available at: http://localhost\n\n### Mails\n\nIn the default installation the sending of mails is simulated with mailhog, you can view them via your browser at http://localhost:8025\n\n## A small video preview of the application\n\n[![preview](https://user-images.githubusercontent.com/3265129/114865186-31517300-9df2-11eb-99f3-0a0d4ef16108.png)](https://user-images.githubusercontent.com/3265129/114863596-34e3fa80-9df0-11eb-9ef1-2e424680a67b.mp4)\n\n## Demo Installation\n\nThe application can be tested via heroku.\n\nhttps://demo-daybreak.herokuapp.com/\n\nUser: admin@daybreak.corp\n\nPassword: admin1234\n\nLimitation:\n- No Emails will be send from the demo instance, therefore user invitations won't work\n- Application will be reset to defaults every 24h\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Erik Porsche via [e.porsche@gmail.com](mailto:e.porsche@gmail.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nCopyright (c) Erik Porsche\n\nDaybreak is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\nIcons made by [Freepik](https://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feporsche%2Fdaybreak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feporsche%2Fdaybreak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feporsche%2Fdaybreak/lists"}