PHPackages                             thedruka/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. thedruka/h5p-bundle

ActiveSymfony-bundle

thedruka/h5p-bundle
===================

1.0.22(3y ago)0399MITPHP

Since Jul 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/thedruka/h5p-bundle)[ Packagist](https://packagist.org/packages/thedruka/h5p-bundle)[ RSS](/packages/thedruka-h5p-bundle/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (5)Versions (24)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

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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

Recently: every ~67 days

Total

23

Last Release

1111d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/da5977428016fbb112c1d62d221d0ce22f9c0d3713658b0b11146d55eb081122?d=identicon)[thedruka](/maintainers/thedruka)

### Embed Badge

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

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

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[sylius/sylius

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

8.5k5.9M738](/packages/sylius-sylius)[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.8M508](/packages/pimcore-pimcore)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)

PHPackages © 2026

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