Skip to content

otacke/h5p-php-library

This branch is 2 commits ahead of, 99 commits behind h5p/h5p-php-library:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b5372c · Oct 18, 2021
Apr 13, 2016
May 31, 2021
Feb 20, 2018
Oct 18, 2021
Jun 2, 2021
Nov 23, 2016
Dec 18, 2019
Nov 17, 2015
Apr 12, 2016
Sep 17, 2018
Nov 6, 2017
Sep 27, 2019
Oct 30, 2019
Apr 13, 2016
Mar 15, 2019
Aug 28, 2020
Jun 17, 2021

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 42.0%
  • JavaScript 39.2%
  • CSS 18.8%