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

ActiveLibrary

soyamore/laravel-h5p
====================

H5P Plugin for laravel platform

2.0(6y ago)1562MITPHPPHP ^7.2

Since Feb 21Pushed 6y agoCompare

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

READMEChangelogDependencies (9)Versions (6)Used By (0)

Forked from :

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

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

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

[](#description)

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

[](#installation)

Require it in the Composer.

```
composer require soyamore/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' => [
    Soyamore\LaravelH5p\LaravelH5pServiceProvider::class,
];
```

For linux

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

For windows

```
cd public/vendor/h5p
mklink /d content ..\..\..\storage\h5p\content
mklink /d editor ..\..\..\storage\h5p\editor
mklink /d libraries ..\..\..\storage\h5p\libraries
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95.8% 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 ~195 days

Total

5

Last Release

2223d ago

Major Versions

1.0.x-dev → 2.0.x-dev2019-09-18

PHP version history (3 changes)1.0PHP ^7.0

1.0.x-devPHP ^7.1

2.0PHP ^7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9438784?v=4)[Anass Boutakaoua](/maintainers/soyamore)[@soyamore](https://github.com/soyamore)

---

Top Contributors

[![EcoinTest](https://avatars.githubusercontent.com/u/153815470?v=4)](https://github.com/EcoinTest "EcoinTest (113 commits)")[![soyamore](https://avatars.githubusercontent.com/u/9438784?v=4)](https://github.com/soyamore "soyamore (3 commits)")[![SamehMohamedAhmedOmr](https://avatars.githubusercontent.com/u/17390615?v=4)](https://github.com/SamehMohamedAhmedOmr "SamehMohamedAhmedOmr (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[djoudi/laravel-h5p

H5P Plugin for Laravel platform - Updated for Laravel 12

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

PHPackages © 2026

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