{"id":40023603,"url":"https://github.com/Minervis-GmbH/BigBlueButton-Ilias-Plugin","last_synced_at":"2026-01-27T17:00:43.691Z","repository":{"id":38205824,"uuid":"208128882","full_name":"Minervis-GmbH/BigBlueButton-Ilias-Plugin","owner":"Minervis-GmbH","description":"BigBlueButton Plugin for ILIAS LMS","archived":false,"fork":false,"pushed_at":"2025-11-06T14:53:56.000Z","size":749,"stargazers_count":8,"open_issues_count":14,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-06T16:27:44.838Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docu.ilias.de/goto_docu_dcl_3342_1_73.html","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Minervis-GmbH.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.txt","contributing":null,"funding":null,"license":"License.txt","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":"2019-09-12T19:20:20.000Z","updated_at":"2025-11-06T14:54:01.000Z","dependencies_parsed_at":"2023-11-15T11:37:19.000Z","dependency_job_id":"c53b606c-b339-4f25-bbe6-39043848872f","html_url":"https://github.com/Minervis-GmbH/BigBlueButton-Ilias-Plugin","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/Minervis-GmbH/BigBlueButton-Ilias-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minervis-GmbH%2FBigBlueButton-Ilias-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minervis-GmbH%2FBigBlueButton-Ilias-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minervis-GmbH%2FBigBlueButton-Ilias-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minervis-GmbH%2FBigBlueButton-Ilias-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Minervis-GmbH","download_url":"https://codeload.github.com/Minervis-GmbH/BigBlueButton-Ilias-Plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minervis-GmbH%2FBigBlueButton-Ilias-Plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28816571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: 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":[],"created_at":"2026-01-19T03:34:46.542Z","updated_at":"2026-01-27T17:00:43.685Z","avatar_url":"https://github.com/Minervis-GmbH.png","language":"PHP","funding_links":[],"categories":["Integrations"],"sub_categories":["LMS"],"readme":"Forked from https://sourceforge.net/projects/bigbluebuttonil/\n\n# About\n\nThis is a [ILIAS](https://www.ilias.de) Plugin which allows the creation of [BigBlueButton](https://bigbluebutton.org) Virtual Classrooms inside of ILIAS.\n\n# Prerequisites\n\n## BBB \n\nAt first you need a working installation of BigBlueButton http://docs.bigbluebutton.org/.  \nThe following data from BBB is required to configure this ILIAS Plugin:\n\n- public/private URL: e.g. `https://bbb.myserver.com:9000/bigbluebutton/`\n- BBB security salt\n\n**Note:** To use this plugin you need at least BigBlueButton version 2.3 or higher.\n\n## ILIAS\n\nIt is assumed you already have a ILIAS Intallation [up and running](https://docu.ilias.de/goto_docu_pg_116903_367.html).\n\n# Installation\n\n### ILIAS 5.4, 6.x, 7.x, 8.x, 9.x\n\nOn your ILIAS Server:\n\n**Note:** it is assumed that you'already in ILIAS web root directory\n\n- `mkdir -p Customizing/global/plugins/Services/Repository/RepositoryObject`\n- `cd Customizing/global/plugins/Services/Repository/RepositoryObject`\n- `git clone https://github.com/Minervis-GmbH/BigBlueButton-Ilias-Plugin.git BigBlueButton/`\n- `cd BigBlueButton`\n- log in to ILIAS as `administrator` and go to the administration page\n- select `Plugins` in the menu on the right (for ILIAS6.x and above go to `Administration\u003eExtending ILIAS\u003ePlugins`)\n- look for BigBlueButton from the table of plugins and click a drop down button\n- install and activate\n- now hit the `configure` link and enter your \n    - public or private server URL : {PROTOCOL}://{SERVER_ADDRESS}{:PORT}/{BBB_SUBPATH}/. Where \n        - {PROTOCOL}: https\n        - {SERVER_ADDRESS}: The Server adress\n        - {:PORT}: the port Eg.: 9003\n        - {BBB_SUBPATH}: The subpath of BBB Server. Eg.: /bigbluebutton/\n        - E.g:  https://my.bbb-server.com:9003/bigbluebutton\n        \n    - BBB security salt\n    - Choose, if record the session should be allowed, or not\n- finally you can create \"Bigbluebutton\" Virtual Classrooms as regular repository object\n**Note:** If the server is not reachable, during configuration a message will be displayed. After correcting the error, make sure to press the save button twice.\n\n# Notes  \n- In ILIAS 8 you had to build plugin artifacts before you can be able to install the plugin. You can follow the guidelines in the ILIAS 8 setup documentation.\n- It is recommended to refresh languages if you use the guest feature.\n# Compatibility\n\nTested with ILIAS\n\n- 5.4.x\n- 6.0\n- 6.1, 6.2, 6.3\n- 7.x\n- 8.x\n- 9.x\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinervis-GmbH%2FBigBlueButton-Ilias-Plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMinervis-GmbH%2FBigBlueButton-Ilias-Plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinervis-GmbH%2FBigBlueButton-Ilias-Plugin/lists"}