{"id":28399467,"url":"https://github.com/codeception/notifier","last_synced_at":"2025-07-19T14:32:24.326Z","repository":{"id":9535601,"uuid":"11438426","full_name":"Codeception/Notifier","owner":"Codeception","description":"Notification Extension for Codeception","archived":false,"fork":false,"pushed_at":"2018-02-14T01:40:08.000Z","size":12,"stargazers_count":15,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-21T21:02:58.953Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codeception.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":"2013-07-16T02:05:13.000Z","updated_at":"2023-11-14T06:11:09.000Z","dependencies_parsed_at":"2022-09-14T07:31:12.279Z","dependency_job_id":null,"html_url":"https://github.com/Codeception/Notifier","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Codeception/Notifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2FNotifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2FNotifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2FNotifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2FNotifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codeception","download_url":"https://codeload.github.com/Codeception/Notifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2FNotifier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262502313,"owners_count":23321124,"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":[],"created_at":"2025-06-01T08:09:11.181Z","updated_at":"2025-06-28T21:31:44.438Z","avatar_url":"https://github.com/Codeception.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Notifier\n========\n\nThis repository demonstrates the usage of Codeception Extension API.\nCheck it's source code to write your own extensions.\n\n## Notification Extensions for Codeception\n\nExtensions from this package that can be included in Codeception to receive notification of test results.\n\n**This notifications are limited to just a few basic examples. It is recommended to get it forked and patched for your actual needs.**\n\nNotifcation are made via [notificatior](https://github.com/namshi/notificator) library by [NAMSHI](https://github.com/namshi/).\n\n## Installation\n\nInstall this package\n\n```\ncomposer require codeception/notifier --dev\n```\n\nEnable extensions in `codeception.yml` configuration:\n\nSample:\n\n``` yaml\npaths:\n    tests: tests\n    log: tests/_log\n    data: tests/_data\n    helpers: tests/_helpers\nextensions:\n    enabled:\n      # enable ubuntu notifications\n      - Codeception\\Extension\\UbuntuNotifier # extension class name\n      \n      # enable email notifications\n      - Codeception\\Extension\\EmailNotifier:\n          email: tests@company.com\n\n```\n\n## Ubuntu Notifications\n\nClass: **Codeception\\Extension\\UbuntuNotifier**.\n\nA basic `notify-send` wrapper of Notificator can be used to send notifications in Ubuntu.\nDone via notificator's NotifySend handler.\n\nCan be dynamically started (without adding to config) by providing `--ext UbuntuNotifier` option:\n\n```\n./vendor/bin/codecept run --ext UbuntuNotifier\n```\n\n## Email Notification\n\nClass: **Codeception\\Extension\\EmailNotifier**\n\nUnlike Ubuntu Notification this extension also takes extra parameter from config `codeception.yml`:\n\n``` yaml\n\nextensions:\n  - Codeception\\Extension\\EmailNotifier:\n      address: tests@company.com  \n\n```\n\nThis email will be used to send notifications.\n\n-----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeception%2Fnotifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeception%2Fnotifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeception%2Fnotifier/lists"}