H5PBundle for Symfony
Submitted by Nieck on Tue, 04/03/2018 - 16:24
Forums:
Hi All,
I ported a part of the Drupal H5P module to Symfony. I created a Github project for it: https://github.com/Emmedy/h5p-bundle. Although some tasks still need to be done, it's already working really well!
tim
Wed, 04/04/2018 - 08:54
Permalink
Great news, Nieck. I'm going
Great news, Nieck. I'm going to collect a list of H5P Ports here:
https://gist.github.com/timothyylim/35e3a73248408213247c0d71ce97792f
and will add others as they come up.
erwannig
Thu, 03/21/2019 - 10:11
Permalink
Create H5P programmatically from existing file
Hello !
I've installed your symfony H5P bundle : https://packagist.org/packages/emmedy/h5p-bundle
This works fine ! I have a lot of existing .h5p files and wanted to import them programmatically in my symfony website, during the fixtures creation process.
I've got a "Ressource" entity that contains an h5p Content. When i create an Ressource i create a new entity "Content" that is connected to the Ressource, but now i don't understand which way to use in order to link my .h5p file to the Content...
Does anybody have an idea about my issue ?
Thanks !