{"id":19404608,"url":"https://github.com/seven-io/moodle","last_synced_at":"2026-05-17T05:39:57.319Z","repository":{"id":106114097,"uuid":"305625976","full_name":"seven-io/moodle","owner":"seven-io","description":"The official seven plugin for the popular Moodle learning platform.","archived":false,"fork":false,"pushed_at":"2023-12-15T13:28:27.000Z","size":602,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T00:37:26.531Z","etag":null,"topics":["lms","moodle","moodle-plugin","sms","text2speech"],"latest_commit_sha":null,"homepage":"https://www.seven.io/en/solutions/integrations/moodle/","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/seven-io.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-20T07:31:39.000Z","updated_at":"2024-02-29T10:31:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2776af7-050e-41fb-ab08-9ee377994518","html_url":"https://github.com/seven-io/moodle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/seven-io/moodle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fmoodle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fmoodle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fmoodle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fmoodle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seven-io","download_url":"https://codeload.github.com/seven-io/moodle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seven-io%2Fmoodle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285006652,"owners_count":27098915,"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-11-18T02:00:05.759Z","response_time":61,"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":["lms","moodle","moodle-plugin","sms","text2speech"],"created_at":"2024-11-10T11:35:37.413Z","updated_at":"2026-05-17T05:39:57.313Z","avatar_url":"https://github.com/seven-io.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://www.seven.io/wp-content/uploads/Logo.svg\" width=\"250\" alt=\"seven logo\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eseven SMS \u0026amp; Voice for Moodle\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Send SMS and text-to-speech notifications to your \u003ca href=\"https://moodle.org/\"\u003eMoodle\u003c/a\u003e learners and staff via the seven gateway.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-teal.svg\" alt=\"MIT License\" /\u003e\u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Moodle-block-orange\" alt=\"Moodle block\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PHP-7.4%2B-purple\" alt=\"PHP 7.4+\" /\u003e\n\u003c/p\u003e\n\n---\n\n## Features\n\n- **SMS \u0026 Text-to-Voice** - Notify learners or admins via SMS or automated phone calls\n- **User-Field Placeholders** - Reference any standard Moodle user column in your message body\n- **Standard Block Plugin** - Drop the seven block onto any Moodle page\n\n## Prerequisites\n\n- A [Moodle](https://moodle.org/) installation\n- A [seven account](https://www.seven.io/) with API key ([How to get your API key](https://help.seven.io/en/developer/where-do-i-find-my-api-key))\n\n## Installation\n\n1. Download the [latest release](https://github.com/seven-io/moodle/releases/latest/download/seven-moodle-latest.zip).\n2. Copy the plugin folder into Moodle's `blocks/` directory.\n3. Log in to Moodle as administrator.\n4. Click the **Reload database** button to install the plugin.\n5. Paste your seven API key when prompted.\n\nYou can now drop the seven.io block onto any course or dashboard page.\n\n## Message Placeholders\n\nWrap any of these user columns in `{{ ... }}`:\n\n| Placeholder | Description |\n|-------------|-------------|\n| `{{username}}` | Username |\n| `{{firstname}}` | First name |\n| `{{lastname}}` | Last name |\n| `{{email}}` | Email address |\n| `{{phone1}}` | Primary phone |\n| `{{phone2}}` | Secondary phone |\n| `{{institution}}` | Institution |\n| `{{department}}` | Department |\n| `{{address}}` | Postal address |\n| `{{city}}` | City |\n| `{{country}}` | Country |\n\nUnresolved placeholders remain as plain text in the outgoing message.\n\n## Support\n\nNeed help? Feel free to [contact us](https://www.seven.io/en/company/contact/) or [open an issue](https://github.com/seven-io/moodle/issues).\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fmoodle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-io%2Fmoodle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-io%2Fmoodle/lists"}