PHPackages                             escolasoft/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. escolasoft/laravel-h5p

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

escolasoft/laravel-h5p
======================

H5P Plugin for laravel platform

32.0k12PHP

Since Feb 3Pushed 4y agoCompare

[ Source](https://github.com/EscolaSoft/Laravel-H5P)[ Packagist](https://packagist.org/packages/escolasoft/laravel-h5p)[ RSS](/packages/escolasoft-laravel-h5p/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

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

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

This package is archived, work is moved into part of [Wells Escola LMS](https://github.com/EscolaLMS/H5P).

Require it in the Composer.

```
composer require escolasoft/laravel-h5p
```

Publish the Views, Config and so things.

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

Migrate the Database

```
php artisan migrate
```

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' => [
    EscolaSoft\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/*'
];
```

Credits
-------

[](#credits)

[Abdelouahab Djoudi](https://github.com/djoudi/Laravel-H5P) - Package creator.

[Anass Boutakaoua](https://github.com/soyamore/Laravel-H5P) - Laravel 7 support and base for this package.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 74.1% 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/c857f3115c790c573d0617d7e9ba4011269ef7b9dfdb003dc4388846a62b14f7?d=identicon)[qunabu](/maintainers/qunabu)

---

Top Contributors

[![qunabu](https://avatars.githubusercontent.com/u/214608?v=4)](https://github.com/qunabu "qunabu (20 commits)")[![MWL91](https://avatars.githubusercontent.com/u/3055903?v=4)](https://github.com/MWL91 "MWL91 (4 commits)")[![Jacycha](https://avatars.githubusercontent.com/u/26139769?v=4)](https://github.com/Jacycha "Jacycha (3 commits)")

### Embed Badge

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

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

###  Alternatives

[mpociot/reflection-docblock

8515.6M51](/packages/mpociot-reflection-docblock)

PHPackages © 2026

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