h5p / h5p-editor
H5P Editor functionality in PHP
Installs: 954 159
Dependents: 29
Suggesters: 0
Security: 0
Stars: 69
Watchers: 24
Forks: 120
Open Issues: 71
Language:JavaScript
Requires
- php: >=7.0.0
- dev-master
- 1.25
- 1.24.4
- 1.24.3
- 1.24.2
- 1.24.1
- 1.24.0
- 1.23.1
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.18.2
- 1.18.1
- 1.18.0
- 1.17.1
- 1.17.0
- 1.16.0
- 1.15.4
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- dev-fix/JI-6731-fix-code-scope
- dev-fix/JI-6731-fix-url-files
- dev-griffin
- dev-feature/JI-6796-choose-where-to-open-links
- dev-JI-5152-ckeditor5
- dev-ji-6628-dnp-change-functionality-of-audio-recorder
- dev-wordpress
- dev-drupal7
- dev-ettin
- dev-JI-5157-CKEditor-in-wordpress
- dev-merge-master-ckeditor5-without-faun
- dev-JI-5682-scroll-to-cropper
- dev-JI-5683-replace-darkroom
- dev-release
- dev-stable
- dev-drupal8
- dev-JI-2506-dialog-blocker
- dev-JI-2176-tutorial-example-links-new-design
- dev-fix-improved-attribute-filtering
- dev-dev-mode-for-addons
- dev-add-cancel-callback-for-editor-form
- dev-moodle-1.18-release
- dev-content-upgrade-on-upload
- dev-semi-fullscreen
- dev-HFP-2305-set-table-style-in-ckeditor
- dev-fullscreen
- dev-HFP-1706-misplaced-buttons
- dev-HFP-1769-new-av-icons
- dev-JI-92-path-fix
- dev-HFP-368-editor-styling
- dev-widgets-get-dom-element
This package is auto-updated.
Last update: 2024-11-07 09:54:08 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