{"id":17437147,"url":"https://github.com/next-build/activity-tracker","last_synced_at":"2026-03-06T20:32:23.478Z","repository":{"id":257806152,"uuid":"864867865","full_name":"next-build/activity-tracker","owner":"next-build","description":"A Laravel Package For Tracking User Activities On Your application","archived":false,"fork":false,"pushed_at":"2024-10-23T17:57:13.000Z","size":43815,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-17T09:24:25.256Z","etag":null,"topics":["composer-package","laravel","laravel-package","monitoring","package","php","tracker"],"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/next-build.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-29T11:36:17.000Z","updated_at":"2025-01-26T16:32:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"24fcb7fd-cc33-434d-a3a8-f26f7f01ac7f","html_url":"https://github.com/next-build/activity-tracker","commit_stats":null,"previous_names":["next-build/activity-tracker"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/next-build/activity-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Factivity-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Factivity-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Factivity-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Factivity-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/next-build","download_url":"https://codeload.github.com/next-build/activity-tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/next-build%2Factivity-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30196173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["composer-package","laravel","laravel-package","monitoring","package","php","tracker"],"created_at":"2024-10-17T11:06:06.235Z","updated_at":"2026-03-06T20:32:23.450Z","avatar_url":"https://github.com/next-build.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cp\u003e\n        \u003ch1\u003eActivity Tracker\u003cbr/\u003eLaravel package for tracking user activity\u003c/h1\u003e\n    \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"#\"\u003eDocumentation\u003c/a\u003e |\n    \u003ca href=\"#features\"\u003eFeatures\u003c/a\u003e |\n    \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e |\n    \u003ca href=\"#troubleshooting\"\u003eTroubleshooting\u003c/a\u003e |\n    \u003ca href=\"#credits\"\u003eCredits\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://packagist.org/packages/nextbuild/activity-tracker\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/nextbuild/activity-tracker.svg?style=flat-square\" alt=\"Packagist\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/nextbuild/activity-tracker\"\u003e\u003cimg src=\"https://img.shields.io/badge/Laravel-8.x,%209.x,%2010.x,%2011.x-brightgreen.svg?style=flat-square\" alt=\"Laravel Version\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n![activity-tracker-banner](https://img.playbook.com/r_F0p8fGN4lLL7JNiHc2R2Ty4WdycLbRoblWS24M-nc/Z3M6Ly9wbGF5Ym9v/ay1hc3NldHMtcHVi/bGljLzUwYzRlZGI0/LTM5NDMtNDdlNy1i/YzBlLWI1MzUxNjI5/YTdlMA)\n\n### Documentation\n\nDocumentation can be found on the [official website](#).\n\n## Get Started\n\n### Requirements\n\n- **PHP 7.4+**\n- **Laravel 8+**\n\n### Installation\n\nTo install the package via composer, Run:\n\n```bash\ncomposer require nextbuild/activity-tracker\n```\n\nAfter installing the package, publish all the assets by running:\n\n```bash\nphp artisan activity-tracker:install\n```\n\nCreating table by running:\n\n```bash\nphp artisan migrate\n```\n\n### Usage\n\nOnce the installation is complete, you will be able to access **Activity Tracker** directly in your browser.\n\nBy default, the application is available at: `{APP_URL}/activity-tracker`.\n\n(for example: `https://my-app.test/activity-tracker`)\n\n## Troubleshooting\n\nHere are some common problems and solutions.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Saptarshi Dey](https://github.com/SaptarshiDy)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnext-build%2Factivity-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnext-build%2Factivity-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnext-build%2Factivity-tracker/lists"}