{"id":19199971,"url":"https://github.com/fusic/laravel-faultline","last_synced_at":"2025-10-04T14:32:38.196Z","repository":{"id":49272824,"uuid":"193640193","full_name":"fusic/laravel-faultline","owner":"fusic","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-16T07:14:23.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-20T11:31:58.342Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fusic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-25T05:27:06.000Z","updated_at":"2022-08-16T07:13:59.000Z","dependencies_parsed_at":"2022-09-05T13:30:52.694Z","dependency_job_id":null,"html_url":"https://github.com/fusic/laravel-faultline","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusic%2Flaravel-faultline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusic%2Flaravel-faultline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusic%2Flaravel-faultline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fusic%2Flaravel-faultline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fusic","download_url":"https://codeload.github.com/fusic/laravel-faultline/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253173624,"owners_count":21865724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2024-11-09T12:29:46.976Z","updated_at":"2025-10-04T14:32:33.160Z","avatar_url":"https://github.com/fusic.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# laravel-faultline\n\n```sh\ncomposer require fusic/laravel-faultline\n```\n\n## Create config/faultline.php\n\n### Run\n\n```sh\nphp artisan vendor:publish\n```\n\n## Add faultline environment to .env\n\n```sh\n# for faultline\nFAULTLINE_PROJECT=xxxx\nFAULTLINE_API_KEY=xxxx\nFAULTLINE_ENDPINT=xxxx\nFAULTLINE_TIMEOUT=xxxx\nFAULTLINE_SLACK_ENABLE=true\nFAULTLINE_SLACK_WEBHOOK_URL=xxxx\nFAULTLINE_SLACK_USERNAME=xxxx\nFAULTLINE_SLACK_CHANNEL=xxxx\n# FAULTLINE_SLACK_INTERVAL=\n# FAULTLINE_SLACK_THRESHOLD=\n# FAULTLINE_SLACK_TIMEZONE=\n# FAULTLINE_GITHUB_ENABLE=\n# FAULTLINE_GITHUB_TOKEN=\n# FAULTLINE_GITHUB_OWNER=\n# FAULTLINE_GITHUB_REPO=\n# FAULTLINE_GITHUB_IF_EXIST=\n# FAULTLINE_GITHUB_INTERVAL=\n# FAULTLINE_GITHUB_THRESHOLD=\n# FAULTLINE_GITHUB_TIMEZONE=\n```\n\n## Add faultline report event to app/Exceptions/Handler.php\n\n```php\n    use LaravelFaultline\\Exceptions\\Handler\\LaravelFaultline;\n\n    public function report(Throwable $exception)\n    {\n        LaravelFaultline::notify($exception);\n        \n        parent::report($exception);\n    }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusic%2Flaravel-faultline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffusic%2Flaravel-faultline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffusic%2Flaravel-faultline/lists"}