{"id":36994595,"url":"https://github.com/matriphe/laravel-airbrake-codebase","last_synced_at":"2026-01-13T23:46:49.683Z","repository":{"id":57016508,"uuid":"95281859","full_name":"matriphe/laravel-airbrake-codebase","owner":"matriphe","description":"Laravel 5 and Lumen package for Codebase Exceptions (https://www.codebasehq.com/) handler using Airbrake API","archived":true,"fork":false,"pushed_at":"2017-10-14T01:03:59.000Z","size":7,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-21T18:51:39.860Z","etag":null,"topics":["airbrake","codebase","codebasehq","error","error-handling","exception-handler","exceptions","laravel","lumen"],"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/matriphe.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}},"created_at":"2017-06-24T07:10:04.000Z","updated_at":"2023-01-27T20:39:36.000Z","dependencies_parsed_at":"2022-08-22T09:30:29.441Z","dependency_job_id":null,"html_url":"https://github.com/matriphe/laravel-airbrake-codebase","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/matriphe/laravel-airbrake-codebase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-airbrake-codebase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-airbrake-codebase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-airbrake-codebase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-airbrake-codebase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matriphe","download_url":"https://codeload.github.com/matriphe/laravel-airbrake-codebase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matriphe%2Flaravel-airbrake-codebase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","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":["airbrake","codebase","codebasehq","error","error-handling","exception-handler","exceptions","laravel","lumen"],"created_at":"2026-01-13T23:46:49.611Z","updated_at":"2026-01-13T23:46:49.673Z","avatar_url":"https://github.com/matriphe.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel and Lumen Airbrake Codebase\n\nThis is a Laravel 5 and Lumen package for [Codebase](https://www.codebasehq.com/) Exceptions handler using [Airbrake PHP package](https://github.com/airbrake/phpbrake).\n\nThis package will configure an instance of `Airbrake\\Notifier` with an project ID and key from Codebase Exceptions handler.\n\n## Install\n\nRequire it via composer.\n\n```\ncomposer require matriphe/laravel-airbrake-codebase\n```\n\n### Laravel\n\nFor Laravel version below 5.4, add package to list of service providers in `config/app.php` file. No need to add this manually in Laravel 5.5 since it used auto package discovery.\n\n```php\n'providers' =\u003e [\n    Matriphe\\Codebase\\CodebaseServiceProvider::class,\n],\n```\n\nPublish and fill out the `config/codebase.php` file with your project ID, key, and ignored environments.\n\n```\nphp artisan vendor:publish --provider=\"Matriphe\\Codebase\\CodebaseServiceProvider\"\n```\n\n### Lumen\n\nRegister package by adding this line in `bootstrap/app.php`.\n\n```php\n$app-\u003eregister(Matriphe\\Codebase\\CodebaseServiceProvider::class);\n```\n\nManually copy the config file to your `config` path. If `config` path doesn't exists, make it first.\n\n```\ncp vendor/matriphe/laravel-airbrake-codebase/config/codebase.php config/\n```\n\n## Ignoring Exceptions\n\nTo ignore some exceptions sent to Codebase Exceptions, just add the ignored exceptions in `app/Exceptions/Handler.php` in `$dontReport` section of your application.\n\n```php\nclass Handler extends ExceptionHandler\n{\n   /**\n     * A list of the exception types that should not be reported.\n     *\n     * @var array\n     */\n    protected $dontReport = [\n        HttpException::class,\n        ModelNotFoundException::class,\n        YourIgnoredException::class,\n    ];\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatriphe%2Flaravel-airbrake-codebase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatriphe%2Flaravel-airbrake-codebase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatriphe%2Flaravel-airbrake-codebase/lists"}