PHPackages                             imolinapty/h5p-bundle - 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. [API Development](/categories/api)
4. /
5. imolinapty/h5p-bundle

ActiveSymfony-bundle[API Development](/categories/api)

imolinapty/h5p-bundle
=====================

H5P Bundle for Symfony, fork from emmedy/h5p-bundle

0.4.3(3y ago)07MITPHP

Since Mar 30Pushed 3y agoCompare

[ Source](https://github.com/imolinapty/h5p-bundle)[ Packagist](https://packagist.org/packages/imolinapty/h5p-bundle)[ RSS](/packages/imolinapty-h5p-bundle/feed)WikiDiscussions develop Synced 1mo ago

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

H5PBundle
=========

[](#h5pbundle)

Bundle to integrate H5P into Symfony. This bundle is a port of the H5P Drupal module. For more info about H5P see [H5P.org](https://h5p.org)

This bundle was tested on Symfony 3.4

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

[](#installation)

Install with composer

```
composer require imolinapty/h5p-bundle
```

Enable the bundle in `AppKernel.php`

```
$bundles = array(
    // ...
    new Emmedy\H5PBundle\EmmedyH5PBundle(),
)
```

Add the H5P assets to the bundle

```
php app/console h5p-bundle:include-assets
php app/console assets:install --symlink
```

Add required tables and relations to the database

```
php app/console doctrine:schema:update --force
```

Enable the routing in `routing.yml`

```
emmedy_h5p.demo:
    resource: "@EmmedyH5PBundle/Resources/config/routing_demo.yml"
    prefix:   /

emmedy_h5p:
    resource: "@EmmedyH5PBundle/Resources/config/routing.yml"
    prefix:   /
```

emmedy\_h5p.demo is optional. It can be used as an example how to use H5P within Symfony and test if this bundle is working properly.

Configuration
-------------

[](#configuration)

Configure the bundle in `config.yml`. (Watch for the underscore between h5 and p)

```
emmedy_h5_p:
    use_permission: true # This is false by default to let the demo work out of the box.
    storage_dir: h5p # Location to store all H5P libraries and files
    web_dir: web # Location of the public web directory
```

For all configurations see [Configuration.php](DependencyInjection/Configuration.php)

Usage
-----

[](#usage)

First add a virtual host that points to you project. Then in your browser go to `http:///h5p/list`

Todo
----

[](#todo)

Not everything is ported yet. The following things still need to be done:

- Upload library. Currently only H5P default libraries can be selected from Hub.
- Download package
- Embed package
- Store usage data and points

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.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 ~196 days

Recently: every ~336 days

Total

9

Last Release

1402d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c3562817acb0a228e8c258114bbd0dbc3d7dad6de061880ea23ff3bacb50ae2?d=identicon)[imolina](/maintainers/imolina)

---

Top Contributors

[![nieck](https://avatars.githubusercontent.com/u/26794105?v=4)](https://github.com/nieck "nieck (45 commits)")[![imolinapty](https://avatars.githubusercontent.com/u/108760152?v=4)](https://github.com/imolinapty "imolinapty (3 commits)")[![Burakhan](https://avatars.githubusercontent.com/u/1199133?v=4)](https://github.com/Burakhan "Burakhan (1 commits)")

---

Tags

phpsymfonycontentinteractiveh5p

### Embed Badge

![Health badge](/badges/imolinapty-h5p-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[jorisdugue/h5p-bundle

H5P Bundle for Symfony 5, 6 and Symfony 7

1131.7k](/packages/jorisdugue-h5p-bundle)[harmbandstra/swagger-ui-bundle

Exposes swagger UI inside your Symfony project through a route (eg. /docs)

42867.3k](/packages/harmbandstra-swagger-ui-bundle)

PHPackages © 2026

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