How to integrate H5P in core PHP
Submitted by rupinder0593 on Thu, 09/19/2019 - 14:20
Forums:
I want to integrate h5p in core. have downloaded the libraries from the git but how do I show the content type form.i am having no clue how to start with the things.
serettig
Fri, 09/20/2019 - 08:27
Permalink
What do you mean exactly? Do
What do you mean exactly? Do you want to use it without any CMS or LMS, like Drupal, Wordpress or Moodle? This is currently not possible, unfortunately.
rupinder0593
Mon, 09/23/2019 - 12:22
Permalink
Yes without CMS or LMS. Want
Yes without CMS or LMS. Want to use it in custom made LMS in CakePHP.
serettig
Tue, 09/24/2019 - 14:41
Permalink
Then you'll have to write
Then you'll have to write your own implementation that makes use of h5p-editor-php-library and h5p-php-library. There are several implementations around already (e.g. h5p-moodle-plugin which you can use as a starting place). Writing your own implementation isn't trivial, however. You can find some basic information here: https://h5p.org/creating-your-own-h5p-plugin You'll have to look at the existing implementations for many things, though.