{"id":37008168,"url":"https://github.com/springtimesoft/silverstripe-audit-logger","last_synced_at":"2026-01-14T00:49:43.993Z","repository":{"id":213323416,"uuid":"733688209","full_name":"springtimesoft/silverstripe-audit-logger","owner":"springtimesoft","description":"A module to add security audit log file to Silverstripe","archived":false,"fork":false,"pushed_at":"2024-05-02T03:54:29.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-08-28T08:07:21.303Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/springtimesoft.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2023-12-19T22:38:36.000Z","updated_at":"2024-05-02T03:54:26.000Z","dependencies_parsed_at":"2023-12-20T07:19:24.926Z","dependency_job_id":"37298506-b73d-4c1d-8654-82dda3e4acb9","html_url":"https://github.com/springtimesoft/silverstripe-audit-logger","commit_stats":null,"previous_names":["springtimesoft/silverstripe-audit-logger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/springtimesoft/silverstripe-audit-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springtimesoft%2Fsilverstripe-audit-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springtimesoft%2Fsilverstripe-audit-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springtimesoft%2Fsilverstripe-audit-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springtimesoft%2Fsilverstripe-audit-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/springtimesoft","download_url":"https://codeload.github.com/springtimesoft/silverstripe-audit-logger/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/springtimesoft%2Fsilverstripe-audit-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28407040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"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":"2026-01-14T00:49:43.478Z","updated_at":"2026-01-14T00:49:43.985Z","avatar_url":"https://github.com/springtimesoft.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Silverstripe Audit Logger\n\nThis module leverages much of the functionality of [silverstripe/auditor](https://github.com/silverstripe/silverstripe-auditor),\nhowever replaces the `silverstripe/auditor::AuditLogger` with `springtimesoft/silverstripe-audit-logger::AuditLogger` to write\nthe log to `public/assets/audit.log` rather than the system log.\n\nOnce a day it will truncate the log automatically to only keep logs from the last 30 days. This can be set to `0` if no\ntruncation is required. See [configuration](#configuration) below.\n\n\n## Installation\n\n```shell\ncomposer require springtimesoft/silverstripe-audit-logger\n```\n\n\n## Requirements\n\n- Silverstripe ^5\n- [silverstripe/auditor](https://github.com/silverstripe/silverstripe-auditor) (automatically imported)\n\n\n## Usage\n\nPlease refer to [silverstripe/auditor](https://github.com/silverstripe/silverstripe-auditor) for usage.\n\n\n## Configuration\n\nThe following default values can be updated via your yaml configuration:\n\n```yaml\nSpringtimesoft\\AuditLogger\\AuditFactory:\n  auditLog: ../public/assets/audit.log\n  logLevel: info\n  keepForDays: 30\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringtimesoft%2Fsilverstripe-audit-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspringtimesoft%2Fsilverstripe-audit-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspringtimesoft%2Fsilverstripe-audit-logger/lists"}