Go to file
Frode Petterson 942a083afa JI-575 Fix content upgrade script 2018-05-16 15:16:34 +02:00
doc Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
fonts HFP-826 Added 2 new icons to the core font. 2017-03-08 12:25:56 +01:00
images Merge branch 'master' of https://github.com/drsassafras/h5p-php-library into drsassafras-master 2018-02-20 08:45:41 +01:00
js JI-575 Fix content upgrade script 2018-05-16 15:16:34 +02:00
styles HFP-1869 Fix fullscreen button icon not centered 2018-02-28 14:16:02 +01:00
.gitignore Update .gitignore 2016-11-23 14:21:28 +01:00
LICENSE.txt Add GPL license 2015-11-17 14:10:26 +01:00
README.txt Fix some typos and improve clarity 2016-04-12 18:30:26 -04:00
composer.json Updated composer config 2016-10-07 13:39:51 +02:00
embed.php Clean up syntax and avoid empty values 2017-11-06 09:59:46 +01:00
h5p-default-storage.class.php Add support for temporary file suffix 2017-07-07 10:51:57 +02:00
h5p-development.class.php Bugfix: Check if library json is valid 2016-07-08 11:08:47 +02:00
h5p-event-base.class.php Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
h5p-file-storage.interface.php Make it possible to move content directory to existing content 2017-04-06 16:30:26 +02:00
h5p.classes.php HFP-1994 Bump core minor version 2018-05-08 11:30:54 +02:00

README.txt

This folder contains the general H5P library. The files within this folder are not specific to any framework.

Any interaction with an LMS, CMS or other frameworks is done through interfaces. Platforms need to implement
the H5PFrameworkInterface(in h5p.classes.php) and also do the following:

 - Provide a form for uploading H5P packages.
 - Place the uploaded H5P packages in a temporary directory
 +++

See existing implementations for details. For instance the Drupal H5P module located at drupal.org/project/h5p

We will make available documentation and tutorials for creating platform integrations in the future.

The H5P PHP library is GPL licensed due to GPL code being used for purifying HTML provided by authors.