PHPackages                             devleaptech/laravel-h5p - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. devleaptech/laravel-h5p

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

devleaptech/laravel-h5p
=======================

This is laravel h5p plugin that use for content edition

2253[3 issues](https://github.com/devleaptech/laravel-h5p/issues)PHP

Since Sep 29Pushed 2y ago1 watchersCompare

[ Source](https://github.com/devleaptech/laravel-h5p)[ Packagist](https://packagist.org/packages/devleaptech/laravel-h5p)[ RSS](/packages/devleaptech-laravel-h5p/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

H5P Plugin for Laravel Framework
================================

[](#h5p-plugin-for-laravel-framework)

Require it in the Composer.

```
composer require devleaptech/laravel-h5p
```

Publish the Views, Config and so things.

```
php artisan vendor:publish --provider="Devleaptech\LaravelH5p\LaravelH5pServiceProvider"
```

Migrate the Database

```
php artisan migrate --package=vendor/devleaptech/laravel-h5p
```

Add to Composer-Classmap:

```
'classmap': [
    "vendor/h5p/h5p-core/h5p-default-storage.class.php",
    "vendor/h5p/h5p-core/h5p-development.class.php",
    "vendor/h5p/h5p-core/h5p-event-base.class.php",
    "vendor/h5p/h5p-core/h5p-file-storage.interface.php",
    "vendor/h5p/h5p-core/h5p.classes.php",
    "vendor/h5p/h5p-editor/h5peditor-ajax.class.php",
    "vendor/h5p/h5p-editor/h5peditor-ajax.interface.php",
    "vendor/h5p/h5p-editor/h5peditor-file.class.php",
    "vendor/h5p/h5p-editor/h5peditor-storage.interface.php",
    "vendor/h5p/h5p-editor/h5peditor.class.php"
],
```

```
'providers' => [
    Devleaptech\LaravelH5p\LaravelH5pServiceProvider::class,
];
```

Link files

```
cd public/assets/vendor/h5p
ln -s public/assets/vendor/h5p ../../../../storage/app/public/h5p/libraries

```

You probably will need to add it to your `app/Http/Middleware/VerifyCsrfToken.php` due to H5P ajax requests without Laravel CSRF token:

```
protected $except = [
    //
    'admin/h5p/ajax',
    'admin/h5p/ajax/*'
];
```

Download the Library File from here
===================================

[](#download-the-library-file-from-here)

```
        $libs = [
            "example-content-arts-of-europe-443085.h5p",
            "advanced-blanks-example-1-503253.h5p",
            "course-presentation-21-21180.h5p",
            "interactive-video-2-618.h5p",
            "example-content-virtual-tour-360-441814.h5p",
            "true-false-question-34806.h5p",
            "timeline-3-716.h5p",
            "summary-714.h5p",
            "speak-the-words-set-example-120784.h5p",
            "speak-the-words-73595.h5p",
            "example-content-single-choice-set-64682.h5p",
            "question-set-616.h5p",
            "questionnaire-4-30615.h5p",
            "personality-quiz-21254.h5p",
            "multiple-choice-713.h5p",
            "memory-game-5-708.h5p",
            "mark-the-words-2-1408.h5p",
            "contact-18-1022298.h5p",
            "berries-28-441940.h5p",
            "impressive-presentation-7141.h5p",
            "image-slider-2-130336.h5p",
            "image-sequencing-3-110117.h5p",
            "example-content-image-pairing-2-233382.h5p",
            "image-juxtaposition-65047.h5p",
            "image-hotspots-2-825.h5p",
            "iframe-embedder-621.h5p",
            "image-multiple-hotspot-question-65081.h5p",
            "find-the-hotspot-3024.h5p",
            "example-content-find-the-words-557697.h5p",
            "flashcards-51-111820.h5p",
            "guess-the-answer-2402.h5p",
            "fill-in-the-blanks-837.h5p",
            "essay-4-166755.h5p",
            "drag-the-words-1399.h5p",
            "drag-and-drop-712.h5p",
            "documentation-tool-3022.h5p",
            "chart-7143.h5p",
            "collage-3065.h5p",
            "h5p-column-34794.h5p",
            "dialog-cards-620.h5p",
            "dictation-389727.h5p",
            "audio-recorder-142-1214919.h5p",
            "example-content-crossword-1209160.h5p",
            "arithmetic-quiz-22-57860.h5p",
            "agamotto-80158.h5p",
            "advent-blue-snowman-1075566.h5p",
            "accordion-6-7138.h5p"
        ];

```

Credits
-------

[](#credits)

This package is forked from [Wells Escola LMS](https://github.com/EscolaSoft/Laravel-H5P) and modified some code.

###  Health Score

11

—

LowBetter than 0% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fa56f56206d9f450731ce29f2c37c5cbcd5c80d4dc5081641f7f02a239061f8d?d=identicon)[devleaptech](/maintainers/devleaptech)

---

Top Contributors

[![zawzawwin-dev](https://avatars.githubusercontent.com/u/110709031?v=4)](https://github.com/zawzawwin-dev "zawzawwin-dev (3 commits)")[![hareom284](https://avatars.githubusercontent.com/u/64596861?v=4)](https://github.com/hareom284 "hareom284 (1 commits)")[![hoglasej](https://avatars.githubusercontent.com/u/13127098?v=4)](https://github.com/hoglasej "hoglasej (1 commits)")

### Embed Badge

![Health badge](/badges/devleaptech-laravel-h5p/health.svg)

```
[![Health](https://phpackages.com/badges/devleaptech-laravel-h5p/health.svg)](https://phpackages.com/packages/devleaptech-laravel-h5p)
```

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

728272.9k17](/packages/civicrm-civicrm-core)[bizley/quill

Quill editor implementation for Yii 2.

64133.3k5](/packages/bizley-quill)[ebanx/benjamin

Business rule provider lib for plugin implementations

18155.2k1](/packages/ebanx-benjamin)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

1494.4k6](/packages/shel-neos-colorpicker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
