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

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

andreal/laravel-h5p
===================

H5P Plugin for laravel platform

1.0(8y ago)010MITPHPPHP ^7.0

Since Feb 21Pushed 6y agoCompare

[ Source](https://github.com/andri-andreal/Laravel-H5P)[ Packagist](https://packagist.org/packages/andreal/laravel-h5p)[ RSS](/packages/andreal-laravel-h5p/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (11)Versions (7)Used By (0)

[![StyleCI](https://camo.githubusercontent.com/c9a481779222ef5561f5571a22c79e25a587710bd5597265044ad2e76fb0ec53/68747470733a2f2f7374796c6563692e696f2f7265706f732f3132323331333637322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/122313672)[![Build Status](https://camo.githubusercontent.com/594b4ac201b29826bafac144a9a49aed29a57ec55ffd99d281ff51c2cd9bfa28/68747470733a2f2f7472617669732d63692e6f72672f616e647265616c2f4c61726176656c2d4835502e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/andreal/Laravel-H5P)[![Scrutinizer Coverage](https://camo.githubusercontent.com/092aefe477add5e388961d0d252d3becf4efa2dcec988c7b7b3d8d3fc5095b8f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e647265616c2f4c61726176656c2d4835502f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/andreal/Laravel-H5P/?branch=master)

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

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

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

[](#description)

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

[](#installation)

Require it in the Composer.

```
composer require andreal/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' => [
    Andreal\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
```

Demo
----

[](#demo)

you can see a demo at :

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 94.2% 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 ~212 days

Total

5

Last Release

2207d ago

Major Versions

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

PHP version history (2 changes)1.0PHP ^7.0

1.0.x-devPHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/e2a6158f360d39622d93023e5f04023f0b9e40efbbb9ef47597ee50714e718ca?d=identicon)[andri.andreal](/maintainers/andri.andreal)

---

Top Contributors

[![EcoinTest](https://avatars.githubusercontent.com/u/153815470?v=4)](https://github.com/EcoinTest "EcoinTest (113 commits)")[![andri-andreal](https://avatars.githubusercontent.com/u/17041965?v=4)](https://github.com/andri-andreal "andri-andreal (5 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/andreal-laravel-h5p/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M991](/packages/statamic-cms)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[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)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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