{"id":14966852,"url":"https://github.com/alexeevdv/yii2-log-slack","last_synced_at":"2025-10-25T17:30:54.390Z","repository":{"id":56944565,"uuid":"94915550","full_name":"alexeevdv/yii2-log-slack","owner":"alexeevdv","description":"Sends log messages to Slack webhook.","archived":false,"fork":false,"pushed_at":"2022-04-20T17:31:48.000Z","size":28,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-10-01T00:23:43.960Z","etag":null,"topics":["logger","slack","target","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexeevdv.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-20T17:04:08.000Z","updated_at":"2020-01-09T10:29:40.000Z","dependencies_parsed_at":"2022-08-21T02:40:21.800Z","dependency_job_id":null,"html_url":"https://github.com/alexeevdv/yii2-log-slack","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeevdv%2Fyii2-log-slack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeevdv%2Fyii2-log-slack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeevdv%2Fyii2-log-slack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexeevdv%2Fyii2-log-slack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexeevdv","download_url":"https://codeload.github.com/alexeevdv/yii2-log-slack/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219865216,"owners_count":16555929,"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":["logger","slack","target","yii2","yii2-extension"],"created_at":"2024-09-24T13:37:02.820Z","updated_at":"2025-10-25T17:30:54.055Z","avatar_url":"https://github.com/alexeevdv.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"SlackTarget for Yii2 logger\n===========================\n\n[![Build Status](https://travis-ci.org/alexeevdv/yii2-log-slack.svg?branch=master)](https://travis-ci.org/alexeevdv/yii2-log-slack)\n[![codecov](https://codecov.io/gh/alexeevdv/yii2-log-slack/branch/master/graph/badge.svg)](https://codecov.io/gh/alexeevdv/yii2-log-slack)\n\n![PHP 5.6](https://img.shields.io/badge/PHP-5.6-green.svg) \n![PHP 7.0](https://img.shields.io/badge/PHP-7.0-green.svg)\n![PHP 7.1](https://img.shields.io/badge/PHP-7.1-green.svg) \n![PHP 7.2](https://img.shields.io/badge/PHP-7.2-green.svg)\n![PHP 7.3](https://img.shields.io/badge/PHP-7.3-green.svg)\n![PHP 7.4](https://img.shields.io/badge/PHP-7.4-green.svg)\n\nSends log messages to Slack webhook.\n\n## Installation\n\nThe preferred way to install this extension is through [composer](https://getcomposer.org/download/).\n\nEither run\n\n```bash\n$ php composer.phar require alexeevdv/yii2-log-slack \"^1.0\"\n```\n\nor add\n\n```\n\"alexeevdv/yii2-log-slack\": \"^1.0\"\n```\n\nto the ```require``` section of your `composer.json` file.\n\n## Configuration\n\n### Through application component\n```php\n\n//...\n'components' =\u003e [\n    //...\n    'log' =\u003e [\n        //...\n        'targets' =\u003e [\n            //...\n            [\n                'class' =\u003e alexeevdv\\log\\SlackTarget::class,\n                'webhook' =\u003e 'https://your_webhook_link',\n                // other optional params goes here\n            ],\n            //...\n        ],\n        //..\n    ],\n    //...\n],\n//...\n```\n\n### Supported params:\n\nFor the list of supported params please refer to [https://github.com/maknz/slack](https://github.com/maknz/slack#settings)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeevdv%2Fyii2-log-slack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexeevdv%2Fyii2-log-slack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexeevdv%2Fyii2-log-slack/lists"}