Go to file
Andreas Nergaard 180d179f66 HFP-186 Added new icons to h5p core font. 2016-12-09 09:23:02 +01:00
doc Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
fonts HFP-186 Added new icons to h5p core font. 2016-12-09 09:23:02 +01:00
images Added logo. 2015-07-07 13:25:53 +02:00
js Merge branches 'master' and 'stable' of https://github.com/h5p/h5p-php-library 2016-12-06 11:35:24 +01:00
styles HFP-186 Added new icons to h5p core font. 2016-12-09 09:23: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 Major clean up of both syntactical errors and spelling 2016-04-13 00:01:15 -04:00
composer.json Updated composer config 2016-10-07 13:39:51 +02:00
embed.php Prevent double init. Ie9 fix. 2015-03-10 10:08:35 +01:00
h5p-default-storage.class.php don't fail silently in createExportFile 2016-09-26 12:05:02 +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 Regenerate export if missing on view 2016-09-23 10:52:40 +02:00
h5p.classes.php Merge branches 'master' and 'stable' of https://github.com/h5p/h5p-php-library 2016-12-06 11:35:24 +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.