Skip to content

h5p/h5p-editor-php-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3a60ec · Jan 31, 2025
Nov 4, 2024
Nov 4, 2024
Apr 29, 2024
Jan 30, 2025
Nov 27, 2024
Jan 30, 2025
Jan 15, 2025
Apr 12, 2024
Nov 29, 2023
May 10, 2022
Nov 4, 2020
Feb 20, 2019
Sep 6, 2024
Feb 20, 2019
Sep 5, 2024
Jan 7, 2025
Aug 31, 2024
Apr 25, 2024

Repository files navigation

H5P Editor PHP Library

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