{"id":33978057,"url":"https://github.com/viniciuswebdev/monolog-mattermost","last_synced_at":"2025-12-13T02:41:16.739Z","repository":{"id":57078159,"uuid":"93107154","full_name":"viniciuswebdev/monolog-mattermost","owner":"viniciuswebdev","description":"Monolog Handler to send log messages to Mattermost channels using Incoming Webhook Integration.","archived":false,"fork":false,"pushed_at":"2017-06-03T14:41:12.000Z","size":15,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T05:51:24.456Z","etag":null,"topics":["mattermost","mattermost-api","mattermost-chat","monolog","monolog-handler","php","php7"],"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/viniciuswebdev.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-01T23:15:52.000Z","updated_at":"2022-12-11T00:39:35.000Z","dependencies_parsed_at":"2022-08-24T14:56:13.245Z","dependency_job_id":null,"html_url":"https://github.com/viniciuswebdev/monolog-mattermost","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/viniciuswebdev/monolog-mattermost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciuswebdev%2Fmonolog-mattermost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciuswebdev%2Fmonolog-mattermost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciuswebdev%2Fmonolog-mattermost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciuswebdev%2Fmonolog-mattermost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viniciuswebdev","download_url":"https://codeload.github.com/viniciuswebdev/monolog-mattermost/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciuswebdev%2Fmonolog-mattermost/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27698845,"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-12-13T02:00:09.769Z","response_time":147,"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":["mattermost","mattermost-api","mattermost-chat","monolog","monolog-handler","php","php7"],"created_at":"2025-12-13T02:41:16.141Z","updated_at":"2025-12-13T02:41:16.733Z","avatar_url":"https://github.com/viniciuswebdev.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monolog Mattermost Handler\n![Travis](https://travis-ci.org/viniciuswebdev/monolog-mattermost.svg?branch=master)\n![Scrutinizer](https://scrutinizer-ci.com/g/viniciuswebdev/monolog-mattermost/badges/quality-score.png?b=master)\n\nThis Handler may be useful if you need send log messages to Mattermost channels, it's very easy to setup and integrate in your application if you are using [Monolog](https://github.com/Seldaek/monolog).\n\n## Instalation\n\n```\ncomposer require \"viniciuswebdev/monolog-mattermost:1.0.0\"\n```\n\n## Code example\n\n```php\nuse Monolog\\Logger;\n\n$logger = new Logger('application');\n$logger-\u003epushHandler(new MattermostHandler('https://mattermost.my-company.net.br/hooks/xxx'));\n\n$logger-\u003einfo('Your message here!');\n```\n\n## How to get my Webhook url?\n\nJust follow these few steps:\n\n* Go to Integrations item on main menu\n* Incoming Webhook\n* Add Incoming Webhook\n* Chose a name, description and the desired channel to publish\n* Get the URL to use in the Handler constructor\n\n## License\n\nThe [MIT](https://opensource.org/licenses/MIT) License (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciuswebdev%2Fmonolog-mattermost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviniciuswebdev%2Fmonolog-mattermost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciuswebdev%2Fmonolog-mattermost/lists"}