{"id":29843248,"url":"https://github.com/codex-team/hawk.laravel","last_synced_at":"2026-02-09T00:31:42.848Z","repository":{"id":275306160,"uuid":"925681170","full_name":"codex-team/hawk.laravel","owner":"codex-team","description":"Hawk Laravel SDK","archived":false,"fork":false,"pushed_at":"2025-02-01T16:18:23.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-08T12:03:22.288Z","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/codex-team.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,"publiccode":null,"codemeta":null}},"created_at":"2025-02-01T13:33:05.000Z","updated_at":"2025-02-01T16:18:06.000Z","dependencies_parsed_at":"2025-02-01T15:35:51.804Z","dependency_job_id":null,"html_url":"https://github.com/codex-team/hawk.laravel","commit_stats":null,"previous_names":["codex-team/hawk.laravel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codex-team/hawk.laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fhawk.laravel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fhawk.laravel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fhawk.laravel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fhawk.laravel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codex-team","download_url":"https://codeload.github.com/codex-team/hawk.laravel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codex-team%2Fhawk.laravel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267710162,"owners_count":24131936,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-07-29T15:42:22.764Z","updated_at":"2026-02-09T00:31:37.829Z","avatar_url":"https://github.com/codex-team.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This project is currently in the testing phase and may undergo changes.**\n\n# Hawk Laravel\n\nLaravel errors Catcher for [Hawk.so](https://hawk.so).\n\n## Setup\n\n1. [Register](https://garage.hawk.so/sign-up) an account, create a Project and get an Integration Token.\n\n2. Install SDK via [composer](https://getcomposer.org) to install the Catcher\n\n- Catcher provides support for PHP 7.2 or later\n- Your Laravel version needs to be 11.x or higher\n\n### Install command\n\n```bash\n$ composer require codex-team/hawk.laravel\n```\n\nTo enable capturing unhandled exceptions for reporting to `Hawk`, modify your `bootstrap/app.php` file as follows:\n\n```php\n\u003c?php\n\nuse Illuminate\\Foundation\\Application;\nuse Illuminate\\Foundation\\Configuration\\Exceptions;\nuse Illuminate\\Foundation\\Configuration\\Middleware;\n\nreturn Application::configure(basePath: dirname(__DIR__))\n    -\u003ewithRouting(\n        web: __DIR__.'/../routes/web.php',\n        commands: __DIR__.'/../routes/console.php',\n        health: '/up',\n    )\n    -\u003ewithMiddleware(function (Middleware $middleware) {\n        //\n    })\n    -\u003ewithExceptions(function (Exceptions $exceptions) {\n        HawkBundle\\Integration::handles($exceptions);\n    })-\u003ecreate();\n```\n\n### Register the Service Provider\n\nTo complete the setup, add the `Hawk` service provider to your `config/app.php` or `bootstrap/providers.php` file in the providers array:\n\n```php\n'providers' =\u003e [\n    // Other service providers...\n    HawkBundle\\ErrorLoggerServiceProvider::class,\n],\n```\n\n### Configuration\n\nSet up Hawk using the following command:\n\n```bash\n$ php artisan hawkbundle:publish\n```\n\nThis will create the configuration file (`config/hawk.php`), and you can manually add the `HAWK_TOKEN` in your `.env` file:\n\n```env\nHAWK_TOKEN=\u003cyour integration token\u003e\n```\n\n## Issues and improvements\n\nFeel free to ask questions or improve the project.\n\n## Links\n\nRepository: https://github.com/codex-team/hawk.laravel\n\nReport a bug: https://github.com/codex-team/hawk.laravel/issues\n\nComposer Package: https://packagist.org/packages/codex-team/hawk.laravel\n\nCodeX Team: https://codex.so\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Fhawk.laravel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodex-team%2Fhawk.laravel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodex-team%2Fhawk.laravel/lists"}