{"id":15016873,"url":"https://github.com/muhammadpauzi/absensi-app","last_synced_at":"2026-03-05T17:41:42.192Z","repository":{"id":37482123,"uuid":"504862271","full_name":"muhammadpauzi/absensi-app","owner":"muhammadpauzi","description":"Aplikasi Website untuk menerapkan absensi secara online (QRCode).","archived":false,"fork":false,"pushed_at":"2023-05-10T14:31:13.000Z","size":843,"stargazers_count":117,"open_issues_count":0,"forks_count":113,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-21T07:50:42.120Z","etag":null,"topics":["absensi","absensi-app","alpine","application","database","laravel","livewire","presence","qrcode","web"],"latest_commit_sha":null,"homepage":"https://youtu.be/O1NHjT3gIFs","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/muhammadpauzi.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":"2022-06-18T14:14:55.000Z","updated_at":"2025-08-12T08:21:36.000Z","dependencies_parsed_at":"2024-09-16T06:00:45.246Z","dependency_job_id":"7b1c1f7b-9754-421d-b599-eaafa481ae5e","html_url":"https://github.com/muhammadpauzi/absensi-app","commit_stats":{"total_commits":52,"total_committers":1,"mean_commits":52.0,"dds":0.0,"last_synced_commit":"ef962f38f4d9df13d746edacddb4193eb69ad695"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/muhammadpauzi/absensi-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadpauzi%2Fabsensi-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadpauzi%2Fabsensi-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadpauzi%2Fabsensi-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadpauzi%2Fabsensi-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muhammadpauzi","download_url":"https://codeload.github.com/muhammadpauzi/absensi-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muhammadpauzi%2Fabsensi-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30139372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"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":["absensi","absensi-app","alpine","application","database","laravel","livewire","presence","qrcode","web"],"created_at":"2024-09-24T19:49:30.308Z","updated_at":"2026-03-05T17:41:42.154Z","avatar_url":"https://github.com/muhammadpauzi.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **Absensi App**\n\nFeatures\n\n-   CRUD Positions (CRUD Jabatan/Posisi)\n-   CRUD Users (Admin, Operator and Users (Employees))\n-   CRUD Holidays (CRUD Hari Libur)\n-   CRUD Attendances (Can have multiple attendances and can using only button or presence using QRCode)\n-   Using Datatables (Powergrid livewire)\n-   Can Export to Excel and CSV\n-   and more...\n\n## Cara Install di Local\n\n-   Hal yang harus dipersiapkan\n    -   git\n    -   composer\n    -   php v8.1\n\n```sh\n# clone terlebih dahulu lewat cli (cmd, bash, atau yg lain)\ngit clone https://github.com/muhammadpauzi/absensi-app.git\n\n# masuk ke foldernya\ncd absensi-app\n\n# install semua package\ncomposer install\n\n# pilih salah satu\n# 1. windows\ncopy .env.example .env\n# 2. unix (ubuntu, mac os and others)\ncp .env.example .env\n\n# setelah itu, setting .env file seperti nama database (DB_DATABASE), username dan passwordnya\n# lalu buat database baru dari phpmyadmin atau cli langsung juga bisa dengan nama sesuai DB_DATABASE yang ada di file .env\nphp artisan key:generate\nphp artisan migrate\nphp artisan db:seed\nphp artisan serve\n\n# lalu buka browser dengan url: http://localhost:8000/\n```\n\n## How to install/use (english)\n\n-   Clone this repository\n\n```sh\ngit clone https://github.com/muhammadpauzi/absensi-app.git\n# make sure you are in the folder\ncd absensi-app\n```\n\n-   Install all packages\n\n```sh\ncomposer install\n```\n\n-   Copy/rename file .env.example to .env\n\n```sh\n# windows\ncopy .env.example .env\n# unix (ubuntu, mac os and others)\ncp .env.example .env\n```\n\n-   Configure .env file\n    \u003cbr\u003e\n    Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.\n\n-   Create database\n    \u003cbr\u003e\n    Create a database according to the name in DB_DATABASE in the .env file\n\n-   Run artisan commands\n\n```sh\nphp artisan key:generate\nphp artisan migrate\nphp artisan db:seed\nphp artisan serve\n```\n\n-   And go to http://localhost:8000/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadpauzi%2Fabsensi-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammadpauzi%2Fabsensi-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammadpauzi%2Fabsensi-app/lists"}