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

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

trotexnet/laravel-h5p
=====================

H5P Plugin for laravel platform

1.1.4(8y ago)081MITPHPPHP ^7.0

Since Feb 21Pushed 8y agoCompare

[ Source](https://github.com/vittorioe/Laravel-H5P)[ Packagist](https://packagist.org/packages/trotexnet/laravel-h5p)[ RSS](/packages/trotexnet-laravel-h5p/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (5)Dependencies (11)Versions (8)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/c9a481779222ef5561f5571a22c79e25a587710bd5597265044ad2e76fb0ec53/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132323331333637322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/122313672)

H5P Plugin in Laravel Framework
===============================

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

Description
-----------

[](#description)

This repro is to integrate h5p into laravel. It's a Fork from Djoudi. It's runnable and contains a few extensions. Feel free to contribute!

Installation
------------

[](#installation)

Require it in the Composer.

```
composer require trotexnet/laravel-h5p
```

Publish the Views, Config and so things.

```
php artisan vendor:publish
```

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' => [
    Djoudi\LaravelH5p\LaravelH5pServiceProvider::class,
];
```

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

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Every ~11 days

Total

6

Last Release

2994d ago

### Community

Maintainers

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

---

Top Contributors

[![EcoinTest](https://avatars.githubusercontent.com/u/153815470?v=4)](https://github.com/EcoinTest "EcoinTest (20 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.6M218](/packages/backpack-crud)[unopim/unopim

UnoPim Laravel PIM

10.5k2.2k](/packages/unopim-unopim)[djoudi/laravel-h5p

H5P Plugin for Laravel platform - Updated for Laravel 12

232.2k](/packages/djoudi-laravel-h5p)

PHPackages © 2026

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