{"id":16143403,"url":"https://github.com/garrlker/timeclock","last_synced_at":"2026-05-04T00:33:03.791Z","repository":{"id":80415568,"uuid":"245541832","full_name":"garrlker/timeclock","owner":"garrlker","description":null,"archived":false,"fork":false,"pushed_at":"2020-03-13T03:11:49.000Z","size":847,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T12:35:41.093Z","etag":null,"topics":["buefy","bulma","laravel","spacetime","vue"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garrlker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-07T00:30:07.000Z","updated_at":"2021-05-28T00:29:49.000Z","dependencies_parsed_at":"2023-06-13T17:07:16.459Z","dependency_job_id":null,"html_url":"https://github.com/garrlker/timeclock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garrlker/timeclock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrlker%2Ftimeclock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrlker%2Ftimeclock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrlker%2Ftimeclock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrlker%2Ftimeclock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrlker","download_url":"https://codeload.github.com/garrlker/timeclock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrlker%2Ftimeclock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32590279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"last_error":"SSL_read: 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":["buefy","bulma","laravel","spacetime","vue"],"created_at":"2024-10-10T00:09:08.591Z","updated_at":"2026-05-04T00:33:03.768Z","avatar_url":"https://github.com/garrlker.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timeclock\n\n# Getting started\n\n## Installation\n\nPlease check the official laravel installation guide for server requirements before you start. [Official Documentation](https://laravel.com/docs/7.x#installation)\n\n\nClone the repository\n\n    git clone git@github.com:garrlker/timeclock.git\n\nSwitch to the repo folder\n\n    cd timeclock\n\nInstall all the dependencies using composer\n\n    composer install\n\nCopy the example env file and make the required configuration changes in the .env file\n\n    cp .env.example .env\n\nGenerate a new application key\n\n    php artisan key:generate\n\nRun the database migrations (**Set the database connection in .env before migrating**)\n\n    php artisan migrate\n\nRun the database seed (**Set the database connection in .env before migrating**)\n\n    php artisan db:seed\n\nStart the local development server\n\n    php artisan serve\n\nYou can now access the server at http://localhost:8000\n\n**TL;DR command list**\n\n    git clone git@github.com:garrlker/timeclock.git\n    cd timeclock\n    composer install\n    cp .env.example .env\n    php artisan key:generate\n    \n**Make sure you set the correct database connection information before running the migrations** [Environment variables](#environment-variables)\n\n    php artisan migrate\n    php artisan db:seed\n    php artisan serve\n\n## Folders\n\n- `app` - Contains the TimeclockEntry and User models\n- `app/Http/Controllers` - Contains the Timeclock controller\n- `app/Http/Middleware` - Contains the LoginAsGuest middleware\n- `database/migrations` - Contains all the database migrations\n- `database/seeds` - Contains the database seeder\n- `routes` - Contains all the api routes defined in api.php file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrlker%2Ftimeclock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrlker%2Ftimeclock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrlker%2Ftimeclock/lists"}