I want to implement and customize H5P on my own server. No wordpress or the rest. How can I do this?

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's picture

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