{"id":22839350,"url":"https://github.com/shafygunawan/perdig","last_synced_at":"2026-05-05T07:32:53.833Z","repository":{"id":195304854,"uuid":"692658431","full_name":"shafygunawan/perdig","owner":"shafygunawan","description":"A simple digital library, without transaction features, with role, book, report and search management.","archived":false,"fork":false,"pushed_at":"2023-12-20T07:52:43.000Z","size":1966,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-31T04:11:24.162Z","etag":null,"topics":["api","crud","digital-library","library","multi-user","php","simple-website"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/shafygunawan.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}},"created_at":"2023-09-17T07:11:49.000Z","updated_at":"2024-12-01T00:15:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"51e74efd-9554-4d1b-9e86-d44f4aca308b","html_url":"https://github.com/shafygunawan/perdig","commit_stats":null,"previous_names":["shafygunawan/perdig"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shafygunawan/perdig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafygunawan%2Fperdig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafygunawan%2Fperdig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafygunawan%2Fperdig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafygunawan%2Fperdig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shafygunawan","download_url":"https://codeload.github.com/shafygunawan/perdig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shafygunawan%2Fperdig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","crud","digital-library","library","multi-user","php","simple-website"],"created_at":"2024-12-13T00:12:25.129Z","updated_at":"2026-05-05T07:32:53.817Z","avatar_url":"https://github.com/shafygunawan.png","language":"CSS","funding_links":["https://www.buymeacoffee.com/shafygunawan"],"categories":[],"sub_categories":[],"readme":"# Perdig - A Simple Digital Library\n\n**Perdig** is a very simple digital library, designed without any transaction features. This website was created solely for learning purposes. Some of the features available in this website include:\n\n- Role management with different levels (admin, employee).\n- Ability to add, view, edit and delete books.\n- Ability to add, view, edit, and delete employee information.\n- Book report or employee report printing feature.\n- Ability to select book or employee files in bulk.\n- Search for books or employees.\n- Profile photo upload.\n\n## Table of Contents\n\n- [Usage](#usage)\n  - [Installation](#installation)\n  - [Account Information for Login](#account-information-for-login)\n- [Support Me](#support-me)\n- [License](#license)\n\n## Usage\n\n### Installation\n\n1. Clone this repository to your computer (if you are using XAMPP, place the clone in the `htdocs` folder):\n\n   ```bash\n   git clone https://github.com/shafygunawan/perdig.git\n   ```\n\n2. Create a new database with the name `perdig`, then import the `perdig.sql` file into the database.\n\n3. Next, you need to set up the configuration in this project. Open the `global/config.php` file and set the variables `$baseUrl`, `$hostname`, `$username`, `$password`, and `$database` according to the configuration you are using, as shown below:\n\n   ```php\n   $baseUrl = \"http://localhost/perdig\";\n   $hostname = \"localhost\";\n   $username = \"root\";\n   $password = \"\";\n   $database = \"perdig\";\n   ```\n\n4. To access this website, type the address you have set in the `$baseUrl` variable into a web browser. In the example above, the address is `http://localhost/perdig`.\n\n### Account Information for Login\n\nHere is the account information that has been registered in the database and can be used for login:\n\n| Name          | Email              | Password | Level    |\n| ------------- | ------------------ | -------- | -------- |\n| Shafy Gunawan | shafy@example.com  | password | Admin    |\n| Carlos Sparks | carlos@example.com | password | Employee |\n| Lucal Wilson  | lucas@example.com  | password | Employee |\n\n## Support Me\n\nIf you find this project useful and would like to support me, you can \u003ca href=\"https://www.buymeacoffee.com/shafygunawan\" target=\"_blank\"\u003eBuy Me a Coffee\u003c/a\u003e.\n\n## License\n\nThis project is licensed under the MIT License. More details can be found in the [LICENSE](https://github.com/shafygunawan/perdig/blob/main/LICENSE) file.\n\nThank you for visiting my project!\n\n_Notes: You can only view without making changes to this repo website with the url [https://shafygunawan.my.id/projects/perdig](https://shafygunawan.my.id/projects/perdig)._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshafygunawan%2Fperdig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshafygunawan%2Fperdig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshafygunawan%2Fperdig/lists"}