{"id":45290949,"url":"https://github.com/x-name15/moodle-integration-hub","last_synced_at":"2026-02-24T06:01:34.336Z","repository":{"id":339235091,"uuid":"1159937981","full_name":"x-name15/moodle-integration-hub","owner":"x-name15","description":"Integration Hub is a local Moodle plugin designed to centralize and manage outgoing integrations with external microservices","archived":false,"fork":false,"pushed_at":"2026-02-21T12:20:52.000Z","size":489,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-22T09:49:33.940Z","etag":null,"topics":["amqplib","api-rest","lms-algorithm","lms-website","microservices","middleman","moodle","moodle-integration-hub","moodle-local","moodle-plugin","moodle-plugins"],"latest_commit_sha":null,"homepage":"https://mih.mrjacket.dev","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/x-name15.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-17T10:51:34.000Z","updated_at":"2026-02-21T12:20:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/x-name15/moodle-integration-hub","commit_stats":null,"previous_names":["x-name15/moodle-integration-hub"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/x-name15/moodle-integration-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-name15%2Fmoodle-integration-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-name15%2Fmoodle-integration-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-name15%2Fmoodle-integration-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-name15%2Fmoodle-integration-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/x-name15","download_url":"https://codeload.github.com/x-name15/moodle-integration-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/x-name15%2Fmoodle-integration-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738083,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T04:51:08.365Z","status":"ssl_error","status_checked_at":"2026-02-23T04:49:15.865Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["amqplib","api-rest","lms-algorithm","lms-website","microservices","middleman","moodle","moodle-integration-hub","moodle-local","moodle-plugin","moodle-plugins"],"created_at":"2026-02-21T03:07:46.589Z","updated_at":"2026-02-23T05:01:09.842Z","avatar_url":"https://github.com/x-name15.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cimg src=\"pix/icon.png\" width=\"40\" height=\"40\"\u003e Moodle Integration Hub\u003c/h1\u003e\n\nA centralized integration layer for Moodle — connect any Moodle event to any external service without writing boilerplate code.\n\n[![Moodle](https://img.shields.io/badge/Moodle-4.1%2B-orange)](https://moodle.org)\n[![PHP](https://img.shields.io/badge/PHP-8.0%2B-blue)](https://php.net)\n[![License](https://img.shields.io/badge/License-GPL%20v3-green)](LICENSE)\n\n---\n\n## Overview\n\n**Moodle Integration Hub (MIH)** is a local plugin that acts as a centralized gateway for integrations. It handles HTTP logic, authentication, retries, and error logging, allowing you to configured everything from a dashboard.\n\n**Key Features:**\n- **Service Gateway:** Reusable API for plugins.\n- **Event Bridge:** Map Moodle events to external webhooks without code.\n- **Resilience:** Circuit breakers, exponential backoff retries, and Dead Letter Queue (DLQ).\n- **Monitoring:** Real-time dashboard for success rates and latency.\n- **Transports:** REST, AMQP (RabbitMQ), SOAP.\n\n---\n\n## 📚 Documentation\n\n\u003e [!IMPORTANT]\n\u003e All project specifications, architecture diagrams, and API references are hosted at:\n\u003e ### 🔗 [mih.mrjacket.dev](https://mih.mrjacket.dev)\n\n| Language | Status | Link |\n| :--- | :--- | :--- |\n| **English** 🇬🇧 | ![Documentation](https://img.shields.io/badge/docs-latest-blue) | [Read here](https://mih.mrjacket.dev/en) |\n| **Español** 🇪🇸 | ![Documentación](https://img.shields.io/badge/docs-actualizado-green) | [Leer aquí](https://mih.mrjacket.dev/es) |\n\n---\n\n## Quick Start\n\n### Installation\n\n```bash\n# 1. Install plugin\ncp -r integrationhub /path/to/moodle/local/\n\n# 2. Install dependencies (optional, for AMQP)\ncd /path/to/moodle/local/integrationhub \u0026\u0026 composer install\n\n# 3. Upgrade Moodle\nphp admin/cli/upgrade.php\n```\n\n### 🗺️ Future Roadmap?\n- [ ] Webhook Firewall\n- [ ] Better stability\n- [ ] Webhook ingress (receive events from external services)\n- [ ] Kafka support\n- [ ] GraphQL support\n- [ ] Advanced retry policies (jitter, custom strategies)\n\n---\n*License: GPL v3*\n\nMade with ❤️ by Mr Jacket\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-name15%2Fmoodle-integration-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fx-name15%2Fmoodle-integration-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fx-name15%2Fmoodle-integration-hub/lists"}