h5p/h5p-editor

H5P Editor functionality in PHP

Maintainers

👁 H5P

Package info

github.com/h5p/h5p-editor-php-library

Homepage

Language:JavaScript

pkg:composer/h5p/h5p-editor

Statistics

Installs: 1 615 034

Dependents: 33

Suggesters: 1

Stars: 78

Open Issues: 85

1.25 2022-08-22 09:01 UTC

Requires

  • php: >=7.0.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0 53dc7bdc57b17f5a0d55a8871a36d1b1bd631e70

editorcontentquizinteractiveh5phvp

This package is auto-updated.

Last update: 2026-06-25 12:11:18 UTC


README

A general library that is supposed to be used in most PHP implementations of H5P.

License

All code is licensed under MIT License

Open Sans font is licensed under Apache license, Version 2.0

Compiling scss to css

You first need to install ruby and compass:

  • sudo apt update
  • sudo apt install ruby-full
  • sudo apt install build-essential
  • sudo gem install compass

Then cd to h5p-editor-php-library/styles and compile the scss files:

  • compass watch to continuely compile changes
  • or compass clean && compass compile to delete the css files and compile new ones