I want to implement and customize H5P on my own server. No wordpress or the rest. How can I do this?
Submitted by Jayr on Wed, 04/27/2022 - 05:57
Forums:
I want to implement and customize H5P on my own server. I don't want to use WordPress/Moodle/the rest of them.
How can I do this? Please give examples of people who have done this. GitHub links would be great. Also any detailed documentation.
otacke
Thu, 04/28/2022 - 14:57
Permalink
Hi Jayr!Yes, you can!There's
Hi Jayr!
Yes, you can!
There's https://github.com/tunapanda/h5p-standalone if you are running PHP and have content that you want to display.
And there's the very very nice node.js port of H5P at https://github.com/Lumieducation/H5P-Nodejs-library that even provides an example H5P integration.
And the latter also features a converter that can turn H5P contents into static HTML files which can virtually be served anywhere.
Choose your treat.
Best,
Oliver