{"id":37265784,"url":"https://github.com/linkorb/registry-whoops","last_synced_at":"2026-01-16T00:14:28.200Z","repository":{"id":57015247,"uuid":"76931240","full_name":"linkorb/registry-whoops","owner":"linkorb","description":"Whoops Handler for the Registry service","archived":false,"fork":false,"pushed_at":"2017-02-08T16:43:21.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-14T15:49:01.344Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linkorb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-20T06:50:27.000Z","updated_at":"2017-02-08T16:22:04.000Z","dependencies_parsed_at":"2022-08-22T09:30:25.316Z","dependency_job_id":null,"html_url":"https://github.com/linkorb/registry-whoops","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/linkorb/registry-whoops","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fregistry-whoops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fregistry-whoops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fregistry-whoops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fregistry-whoops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linkorb","download_url":"https://codeload.github.com/linkorb/registry-whoops/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linkorb%2Fregistry-whoops/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28474481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T00:03:33.697Z","status":"ssl_error","status_checked_at":"2026-01-15T23:58:36.859Z","response_time":62,"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":[],"created_at":"2026-01-16T00:14:27.454Z","updated_at":"2026-01-16T00:14:28.182Z","avatar_url":"https://github.com/linkorb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Registry Whoops\n\nWhoops Formatter and Handler for Registry.\n\n## Installation\n\n```sh\n$ composer require linkorb/registry-client-php linkorb/registry-whoops\n```\n\n## Integration\n\nCreate an instance of the Registry Store client:-\n\n```php\nuse Registry\\Client\\ClientBuilder;\nuse Registry\\Client\\Store;\n\n$config = array(\n    'api_host' =\u003e 'registry.example.com',\n    'auth' =\u003e array('myusername', 'mypassword'),\n    'secure' =\u003e true,\n);\n$store = new Store(new ClientBuilder($config), 'myaccount', 'mystore');\n```\n\nand an instance of the Whoops handler:-\n\n```php\nuse Registry\\Whoops\\Formatter\\RequestExceptionFormatter;\nuse Registry\\Whoops\\Handler\\RegistryHandler;\n\n$handler = new RegistryHandler(new RequestExceptionFormatter, $store);\n```\n\nand register the Whoops handler with Whoops:-\n\n```php\n$whoops-\u003epushHandler($handler);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkorb%2Fregistry-whoops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinkorb%2Fregistry-whoops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinkorb%2Fregistry-whoops/lists"}