{"id":19591960,"url":"https://github.com/catalyst/moodle-tool_trigger","last_synced_at":"2025-10-04T10:06:46.490Z","repository":{"id":31204064,"uuid":"120990046","full_name":"catalyst/moodle-tool_trigger","owner":"catalyst","description":"Like IFTTT for Moodle: events to trigger external services. https://moodle.org/plugins/tool_trigger","archived":false,"fork":false,"pushed_at":"2025-08-12T03:09:22.000Z","size":1101,"stargazers_count":45,"open_issues_count":79,"forks_count":30,"subscribers_count":41,"default_branch":"MOODLE_404_STABLE","last_synced_at":"2025-08-12T04:32:31.502Z","etag":null,"topics":["event","moodle","moodle-tool","php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/catalyst.png","metadata":{"files":{"readme":"README.md","changelog":"history.php","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-10T06:12:26.000Z","updated_at":"2025-08-12T03:09:24.000Z","dependencies_parsed_at":"2023-01-14T18:33:04.409Z","dependency_job_id":"ae842369-8ec3-4c2b-9913-de02f7302d8b","html_url":"https://github.com/catalyst/moodle-tool_trigger","commit_stats":{"total_commits":367,"total_committers":20,"mean_commits":18.35,"dds":0.6348773841961852,"last_synced_commit":"492c1f8ca3b804c6b00577bea62c55bc1e8e022e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/catalyst/moodle-tool_trigger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-tool_trigger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-tool_trigger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-tool_trigger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-tool_trigger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/catalyst","download_url":"https://codeload.github.com/catalyst/moodle-tool_trigger/tar.gz/refs/heads/MOODLE_404_STABLE","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/catalyst%2Fmoodle-tool_trigger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278296212,"owners_count":25963467,"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-10-04T02:00:05.491Z","response_time":63,"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":["event","moodle","moodle-tool","php"],"created_at":"2024-11-11T08:32:12.156Z","updated_at":"2025-10-04T10:06:46.460Z","avatar_url":"https://github.com/catalyst.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![ci](https://github.com/catalyst/moodle-tool_trigger/actions/workflows/ci.yml/badge.svg?branch=MOODLE_404_STABLE)](https://github.com/catalyst/moodle-tool_trigger/actions/workflows/ci.yml?branch=MOODLE_404_STABLE)\n\n# Event Trigger\n\nThe Event Trigger allows [Moodle Events](https://docs.moodle.org/dev/Event_2) to be monitored and a *workflow* to be triggered when that event occurs.\u003cbr/\u003e\nOne of the main use cases of this plugin is to allow Moodle events to trigger actions in external systems.\n\nEach workflow is made up of a series of *steps*. Steps can be things like:\n* Using event data to *lookup* user and course information\n* *Filtering* data based on a set of conditions\n* Performing an *action* like sending an email or Posting data to a HTTP endpoint or external API.\n\nThe plugin is designed to be extensible and contributions are welcome to extend the available actions.\n\nMore configuration documentation can be found at the following link:\n\n* https://github.com/catalyst/moodle-tool_trigger/wiki\n\nMore Information on Moodle events can be found in the Moodle documentation at the following link:\n\n* https://docs.moodle.org/dev/Event_2\n\n## Branches ##\nThe following maps the plugin version to use depending on your Moodle version.\n\n| Moodle verion             | Branch            |\n|---------------------------|-------------------|\n| Moodle 3.5 to 3.10        | MOODLE_35_STABLE  |\n| Moodle 3.11 to Moodle 4.1 | MOODLE_311_STABLE |\n| Moodle 4.4+               | MOODLE_404_STABLE |\n\n\n## Moodle Plugin Installation\nThe following sections outline how to install the Moodle plugin.\n\n### Command Line Installation\nTo install the plugin in Moodle via the command line: (assumes a Linux based system)\n\n1. Get the code from GitHub or the Moodle Plugin Directory.\n2. Copy or clone code into: `\u003cmoodledir\u003e/admin/tool/trigger`\n3. Run the upgrade: `sudo -u www-data php admin/cli/upgrade` **Note:** the user may be different to www-data on your system.\n\n### User Interface Installation\nTo install the plugin in Moodle via the Moodle User Interface:\n\n1. Log into your Moodle as an Administrator.\n2. Navigate to: *Site administration \u003e Plugins \u003e Install Plugins*\n3. Install plugin from Moodle Plugin directory or via zip upload.\n\n## Plugin Setup\nPlugin setup and configuration documentation can be found at the following link:\n\n* https://github.com/catalyst/moodle-tool_trigger/wiki\n\n## Roadmap\n\nPlease see the current GitHub issues for the project roadmap: https://github.com/catalyst/moodle-tool_trigger/issues\n\n# Crafted by Catalyst IT\n\nThis plugin was developed by Catalyst IT Australia:\n\nhttps://www.catalyst-au.net/\n\n![Catalyst IT](/pix/catalyst-logo.png?raw=true)\n\n\n# Contributing and Support\n\nIssues, and pull requests using github are welcome and encouraged!\n\nhttps://github.com/catalyst/moodle-tool_trigger/issues\n\nIf you would like commercial support or would like to sponsor additional improvements\nto this plugin please contact us:\n\nhttps://www.catalyst-au.net/contact-us\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst%2Fmoodle-tool_trigger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcatalyst%2Fmoodle-tool_trigger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcatalyst%2Fmoodle-tool_trigger/lists"}