{"id":15169723,"url":"https://github.com/taguz91/yii2-error-handler","last_synced_at":"2026-01-23T22:06:58.013Z","repository":{"id":57064527,"uuid":"354154484","full_name":"taguz91/yii2-error-handler","owner":"taguz91","description":"Error handler for mongo databases","archived":false,"fork":false,"pushed_at":"2022-11-09T23:24:32.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-20T03:35:59.581Z","etag":null,"topics":["error-handler","mongodb","yii2","yii2-extension"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taguz91.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":"2021-04-02T23:13:45.000Z","updated_at":"2021-10-10T02:10:16.000Z","dependencies_parsed_at":"2022-08-24T14:01:25.403Z","dependency_job_id":null,"html_url":"https://github.com/taguz91/yii2-error-handler","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/taguz91/yii2-error-handler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taguz91%2Fyii2-error-handler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taguz91%2Fyii2-error-handler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taguz91%2Fyii2-error-handler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taguz91%2Fyii2-error-handler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taguz91","download_url":"https://codeload.github.com/taguz91/yii2-error-handler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taguz91%2Fyii2-error-handler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28700946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T17:25:48.045Z","status":"ssl_error","status_checked_at":"2026-01-23T17:25:47.153Z","response_time":59,"last_error":"SSL_read: 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":["error-handler","mongodb","yii2","yii2-extension"],"created_at":"2024-09-27T07:21:36.033Z","updated_at":"2026-01-23T22:06:57.997Z","avatar_url":"https://github.com/taguz91.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Error handler\n=============\nError handler for mongo database\n\n[![Latest Stable Version](https://poser.pugx.org/taguz91/yii2-error-handler/v)](//packagist.org/packages/taguz91/yii2-error-handler) \n[![Total Downloads](https://poser.pugx.org/taguz91/yii2-error-handler/downloads)](//packagist.org/packages/taguz91/yii2-error-handler) \n[![Latest Unstable Version](https://poser.pugx.org/taguz91/yii2-error-handler/v/unstable)](//packagist.org/packages/taguz91/yii2-error-handler) \n[![License](https://poser.pugx.org/taguz91/yii2-error-handler/license)](//packagist.org/packages/taguz91/yii2-error-handler)\n\nInstallation\n------------\n\nThe preferred way to install this extension is through [composer](http://getcomposer.org/download/).\n\nEither run\n\n```\ncomposer require --prefer-dist taguz91/yii2-error-handler\n```\n\nor add\n\n```\n\"taguz91/yii2-error-handler\": \"~1.0.0\"\n```\n\nto the require section of your `composer.json` file.\n\n\nUsage\n-----\n\nOnce the extension is installed, simply use it in your code by:\n\n```php\n// confing\\main.php\n\n'components' =\u003e [\n  ...,\n  'errorHandler' =\u003e [\n    'errorAction' =\u003e 'site/error',\n    'class' =\u003e \\taguz91\\ErrorHandler\\ErrorHandler::class,\n    'empresa' =\u003e $_GET['empresa'] ?? 'undefined',\n    'saveError' =\u003e true,\n    'showTrace' =\u003e YII_DEBUG,\n    // This exceptions not be save into database\n    'exceptionsNotSave' =\u003e [\n      \\taguz91\\ErrorHandler\\exceptions\\MessageException::class\n    ],\n  ],\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaguz91%2Fyii2-error-handler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaguz91%2Fyii2-error-handler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaguz91%2Fyii2-error-handler/lists"}