PHPackages                             redip/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. redip/h5p-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

redip/h5p-bundle
================

H5P Bundle for Symfony

0.3.0(7y ago)010MITPHP

Since Mar 30Pushed 7y ago1 watchersCompare

[ Source](https://github.com/Redip/h5p-bundle)[ Packagist](https://packagist.org/packages/redip/h5p-bundle)[ RSS](/packages/redip-h5p-bundle/feed)WikiDiscussions develop Synced 2d ago

READMEChangelogDependencies (5)Versions (6)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 emmedy/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

Popularity5

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.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 ~38 days

Total

4

Last Release

2851d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14559867?v=4)[Redip](/maintainers/Redip)[@Redip](https://github.com/Redip)

---

Top Contributors

[![nieck](https://avatars.githubusercontent.com/u/26794105?v=4)](https://github.com/nieck "nieck (40 commits)")[![Burakhan](https://avatars.githubusercontent.com/u/1199133?v=4)](https://github.com/Burakhan "Burakhan (1 commits)")[![Redip](https://avatars.githubusercontent.com/u/14559867?v=4)](https://github.com/Redip "Redip (1 commits)")

---

Tags

phpsymfonycontentinteractiveh5p

### Embed Badge

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

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

###  Alternatives

[jorisdugue/h5p-bundle

H5P Bundle for Symfony 5, 6 and Symfony 7

1131.7k](/packages/jorisdugue-h5p-bundle)[h5p/h5p-core

H5P Core functionality in PHP

1401.5M32](/packages/h5p-h5p-core)[h5p/h5p-editor

H5P Editor functionality in PHP

761.5M29](/packages/h5p-h5p-editor)

PHPackages © 2026

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