{"id":19543877,"url":"https://github.com/benjpaddock/collision","last_synced_at":"2026-05-12T21:32:25.242Z","repository":{"id":254308868,"uuid":"846137071","full_name":"benjpaddock/collision","owner":"benjpaddock","description":"Collision is a beautiful error reporting tool for command-line applications","archived":false,"fork":false,"pushed_at":"2024-08-22T16:06:24.000Z","size":2604,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"v8.x","last_synced_at":"2025-01-08T19:14:00.749Z","etag":null,"topics":["cli","collision","console","exceptions","laravel","php"],"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/benjpaddock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":"nunomaduro","patreon":"nunomaduro","custom":"https://www.paypal.com/paypalme/enunomaduro"}},"created_at":"2024-08-22T15:49:38.000Z","updated_at":"2024-08-22T16:08:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ef645cdf-e7b8-40e3-927c-e0bab043ed1b","html_url":"https://github.com/benjpaddock/collision","commit_stats":null,"previous_names":["benjpaddock/collision"],"tags_count":104,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjpaddock%2Fcollision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjpaddock%2Fcollision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjpaddock%2Fcollision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benjpaddock%2Fcollision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benjpaddock","download_url":"https://codeload.github.com/benjpaddock/collision/tar.gz/refs/heads/v8.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240799175,"owners_count":19859512,"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":["cli","collision","console","exceptions","laravel","php"],"created_at":"2024-11-11T03:22:53.953Z","updated_at":"2026-05-12T21:32:25.207Z","avatar_url":"https://github.com/benjpaddock.png","language":"PHP","funding_links":["https://github.com/sponsors/nunomaduro","https://patreon.com/nunomaduro","https://www.paypal.com/paypalme/enunomaduro"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/nunomaduro/collision/v7.x/docs/logo.png\" alt=\"Collision logo\" width=\"480\"\u003e\n    \u003cbr\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/nunomaduro/collision/v7.x/docs/example.png\" alt=\"Collision code example\" height=\"300\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/nunomaduro/collision/actions\"\u003e\u003cimg src=\"https://img.shields.io/github/actions/workflow/status/nunomaduro/collision/tests.yml?branch=v7.x\u0026label=tests\u0026style=round-square\" alt=\"Build Status\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://scrutinizer-ci.com/g/nunomaduro/collision\"\u003e\u003cimg src=\"https://img.shields.io/scrutinizer/g/nunomaduro/collision.svg\" alt=\"Quality Score\"\u003e\u003c/img\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/nunomaduro/collision\"\u003e\u003cimg src=\"https://poser.pugx.org/nunomaduro/collision/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://packagist.org/packages/nunomaduro/collision\"\u003e\u003cimg src=\"https://poser.pugx.org/nunomaduro/collision/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nCollision was created by, and is maintained by **[Nuno Maduro](https://github.com/nunomaduro)**, and is a package designed to give you beautiful error reporting when interacting with your app through the command line.\n\n* It's included on **[Laravel](https://laravel.com)**, the most popular free, open-source PHP framework in the world.\n* Built on top of the **[Whoops](https://github.com/filp/whoops)** error handler.\n* Supports [Laravel](https://github.com/laravel/laravel), [Symfony](https://symfony.com), [PHPUnit](https://github.com/sebastianbergmann/phpunit), and many other frameworks.\n\n## Installation \u0026 Usage\n\n\u003e **Requires [PHP 8.2+](https://php.net/releases/)**\n\nRequire Collision using [Composer](https://getcomposer.org):\n\n```bash\ncomposer require nunomaduro/collision --dev\n```\n\n## Version Compatibility\n\n Laravel  | Collision | PHPUnit   | Pest\n:---------|:----------|:----------|:----------\n 6.x      | 3.x       |           |\n 7.x      | 4.x       |           |\n 8.x      | 5.x       |           | \n 9.x      | 6.x       |           |\n 10.x     | 6.x       | 9.x       | 1.x\n 10.x     | 7.x       | 10.x      | 2.x\n 11.x     | 8.x       | 10.x      | 2.x\n 11.x     | 8.x       | 11.x      | 3.x\n\nAs an example, here is how to require Collision on Laravel 8.x:\n\n```bash\ncomposer require nunomaduro/collision:^5.0 --dev\n```\n\n## No adapter\n\nYou need to register the handler in your code:\n\n```php\n(new \\NunoMaduro\\Collision\\Provider)-\u003eregister();\n```\n\n## Contributing\n\nThank you for considering to contribute to Collision. All the contribution guidelines are mentioned [here](CONTRIBUTING.md).\n\nYou can have a look at the [CHANGELOG](CHANGELOG.md) for constant updates \u0026 detailed information about the changes. You can also follow the twitter account for latest announcements or just come say hi!: [@enunomaduro](https://twitter.com/enunomaduro)\n\n## License\n\nCollision is an open-sourced software licensed under the [MIT license](LICENSE.md).\n\nLogo by [Caneco](https://twitter.com/caneco).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjpaddock%2Fcollision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenjpaddock%2Fcollision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenjpaddock%2Fcollision/lists"}