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

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

mohammed-zaki/laravel-h5p
=========================

H5P Plugin for laravel platform

v1.0.0(4y ago)0383MITPHPPHP ^7.2

Since Aug 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mohammedzaki/laravel-h5p)[ Packagist](https://packagist.org/packages/mohammed-zaki/laravel-h5p)[ RSS](/packages/mohammed-zaki-laravel-h5p/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (8)Versions (4)Used By (0)

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

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

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

[](#description)

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

[](#installation)

Require it in the Composer.

```
composer require mohammed-zaki/laravel-h5p
```

Publish the Views, Config and so things.

```
php artisan vendor:publish --provider="Zaki\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' => [
    Zaki\LaravelH5p\LaravelH5pServiceProvider::class,
];
```

For linux

```
cd public/assets/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
```

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.

[Escola Soft](https://github.com/EscolaSoft/Laravel-H5P) - EscolaSoft/Laravel-H5P base for this package

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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 ~14 days

Total

3

Last Release

1755d ago

Major Versions

v1.0.0 → v2.0.0.x-dev2021-09-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a627a14c36272f1f9860c49e5f55339b35781bf862a9087c99bc0c4b2102f57?d=identicon)[mohammedzaki](/maintainers/mohammedzaki)

---

Top Contributors

[![mohammedzaki](https://avatars.githubusercontent.com/u/7974621?v=4)](https://github.com/mohammedzaki "mohammedzaki (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M222](/packages/backpack-crud)[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M984](/packages/statamic-cms)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)

PHPackages © 2026

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