Go to file
Frode Petterson 7ee0c3372b Fix closing of aria-attribute 2019-02-18 15:12:13 +01:00
doc Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
fonts HFP-2027 Fix copy-paste icons 2018-07-03 10:34:26 +02: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 Fix closing of aria-attribute 2019-02-18 15:12:13 +01:00
styles HFP-2433 Add CSS needed for Editor semi-fullscreen 2018-11-23 15:47:26 +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 Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
composer.json Autoload metadata class 2018-09-17 12:53:09 +02:00
embed.php Clean up syntax and avoid empty values 2017-11-06 09:59:46 +01:00
h5p-default-storage.class.php HFP-1145 Remove base64 data decoding since we now use Blob 2018-12-20 16:17:14 +01:00
h5p-development.class.php metadataSettings returned as JSON, not string 2018-09-26 10:30:50 +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 HFP-1806 2018-06-07 12:43:12 +02:00
h5p-metadata.class.php Fix variable $ 2018-11-02 10:25:35 +01:00
h5p.classes.php HFP-1145 Bump Core API version due to improvements 2018-12-20 16:17:27 +01: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.