Download the PHP package lms3/lms3h5p without Composer

On this page you can find all versions of the php package lms3/lms3h5p. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package lms3h5p

H5P Platform Integration Extension for TYPO3 CMS

What is H5P?

H5P is a plugin for existing publishing systems that enables the system to create interactive content like Interactive Videos, Presentations, Games, Quizzes and more! For more information visit https://h5p.org/

What does this extension do?

This extension provides a platform integration for H5P into the TYPO3 CMS (https://typo3.org/), allowing you to use H5P content types within TYPO3 CMS.

This extension works independendly inside a TYPO3 Installation but is part of the TYPO3 based E-Learning System LMS3 http://www.lms3.de created by LEARNTUBE GmbH.

Installation

Installation is simple and consists of these steps:

  1. Run composer require "lms3/lms3h5p:^1.0"
  2. Install extension from Extension Manager.
  3. Make sure typo3/cms-fluid-styled-content installed.

Configuration

  1. Make sure database tables are created.
  2. Run ./vendor/bin/typo3 lms3h5p:h5p:configsetting
  3. Run ./vendor/bin/typo3 lms3h5p:h5p:copyresources
  4. Include the static TypoScript of the extension

H5P Content Preparation

  1. Create new folder in page tree
  2. Click on LMS3: H5P Content and select storage folder
  3. Click on Create new content icon to create new H5P Content
  4. Install H5P Library and use it.

Render Content

  1. Go to page and add content
  2. Select LMS3: H5P Content
  3. Select H5P Content from the storage folder
  4. Save and Close
  5. View content in frontend

Change styling

  1. Create css file e.g. fileadmin/lms3h5p/custom.css
  2. Configure typoscript as follows:

Note: After your css changes, don't forget to change the version number.


All versions of lms3h5p with dependencies

PHP Build Version
Package Version
Requires ext-zip Version *
h5p/h5p-core Version dev-fix-php8-compatibility
h5p/h5p-editor Version 1.25
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lms3/lms3h5p contains the following files

Loading the files please wait ....