{"id":42852078,"url":"https://github.com/dnj/laravel-user-logger","last_synced_at":"2026-01-30T12:07:37.053Z","repository":{"id":65236051,"uuid":"584716079","full_name":"dnj/laravel-user-logger","owner":"dnj","description":"Log User Activities in Laravel App","archived":false,"fork":false,"pushed_at":"2024-02-24T10:38:58.000Z","size":129,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T12:54:18.503Z","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/dnj.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}},"created_at":"2023-01-03T10:30:46.000Z","updated_at":"2023-04-13T01:43:55.000Z","dependencies_parsed_at":"2023-01-15T19:00:18.657Z","dependency_job_id":"6803c920-f7b1-4920-b110-0539d8924038","html_url":"https://github.com/dnj/laravel-user-logger","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"9d3b9018bd57289ea9377c3a1b6779a1b6b5adf5"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/dnj/laravel-user-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnj%2Flaravel-user-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnj%2Flaravel-user-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnj%2Flaravel-user-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnj%2Flaravel-user-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dnj","download_url":"https://codeload.github.com/dnj/laravel-user-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dnj%2Flaravel-user-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28912302,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T11:55:24.701Z","status":"ssl_error","status_checked_at":"2026-01-30T11:54:13.194Z","response_time":66,"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":[],"created_at":"2026-01-30T12:07:36.415Z","updated_at":"2026-01-30T12:07:37.041Z","avatar_url":"https://github.com/dnj.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log activity inside your Laravel app\nThe `dnj/laravel-user-logger` package provides easy way to log the activities of the users of your app.\nThe Package stores all activity in the `logs` table.\n\nHere's a demo of how you can use it:\n\n```php\n$logger = app(dnj\\UserLogger\\Contracts\\ILogger::class);\n$log = $logger\n\t-\u003eperformedOn($anEloquentModel)\n\t-\u003ecausedBy($user)\n\t-\u003ewithProperties(['customProperty' =\u003e 'customValue'])\n\t-\u003elog('edit');\n```\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require dnj/laravel-user-logger\n```\n\nThe package will automatically register itself.\n\n\nAfter this you can create the `logs` table by running the migrations:\n\n```bash\nphp artisan migrate\n```\n\nYou can optionally publish the config file with:\n\n```bash\nphp artisan vendor:publish --provider=\"dnj\\UserLogger\\ServiceProvider\" --tag=\"config\"\n```\n\n\n## Security\n\nIf you've found a bug regarding security please mail [security@dnj.co.ir](mailto:security@dnj.co.ir) instead of using the issue tracker.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnj%2Flaravel-user-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdnj%2Flaravel-user-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdnj%2Flaravel-user-logger/lists"}