PHPackages                             teltek/pmk2-openedx-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. teltek/pmk2-openedx-bundle

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

teltek/pmk2-openedx-bundle
==========================

Open edX Bundle.

1.1.1(7y ago)0372[1 issues](https://github.com/teltek/PuMuKIT2-open-edx-bundle/issues)[1 PRs](https://github.com/teltek/PuMuKIT2-open-edx-bundle/pulls)proprietaryPHPPHP &gt;=5.5.9

Since Aug 2Pushed 7y ago8 watchersCompare

[ Source](https://github.com/teltek/PuMuKIT2-open-edx-bundle)[ Packagist](https://packagist.org/packages/teltek/pmk2-openedx-bundle)[ Docs](https://github.com/teltek/PuMuKIT2-open-edx-bundle)[ RSS](/packages/teltek-pmk2-openedx-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

PumukitOpenEdxBundle
====================

[](#pumukitopenedxbundle)

Bundle based on [Symfony](http://symfony.com/) to work with the [PuMuKIT2 Video Platform](https://github.com/campusdomar/PuMuKIT2/blob/2.3.x/README.md).

This bundle adds an API for an Open edX instance to be able to connect to Media Manager. It is intented to work along with:

- [PuMuKIT2 Video Platform version 2.3.x](https://github.com/campusdomar/PuMuKIT2/blob/2.3.x/README.md)
- [Open edX version open-release/ficus](https://github.com/edx/edx-platform)
- [PuMuKIT2 Opencast Video XBlock](https://github.com/teltek/pumukit2-opencast-video-xblock)

Installation steps
------------------

[](#installation-steps)

### Requirements

[](#requirements)

Steps 1 and 2 requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

### Step 1: Introduce repository in the root project composer.json

[](#step-1-introduce-repository-in-the-root-project-composerjson)

Open a command console, enter your project directory and execute the following command to add this repo:

```
$ composer config repositories.pumukitopenedxbundle vcs https://github.com/teltek/PuMuKIT2-open-edx-bundle.git
```

### Step 2: Download the Bundle

[](#step-2-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require teltek/pmk2-openedx-bundle dev-master
```

### Step 3: Install the Bundle

[](#step-3-install-the-bundle)

Install the bundle by executing the following line command. This command updates the Kernel to enable the bundle (app/AppKernel.php) and loads the routing (app/config/routing.yml) to add the bundle route
s.

```
$ cd /path/to/pumukit2/
$ php app/console pumukit:install:bundle Pumukit/OpenEdxBundle/PumukitOpenEdxBundle
```

### Step 4: Configure Bundle

[](#step-4-configure-bundle)

Go to [Resources/doc/Configuration.md](Resources/doc/Configuration.md)

### Step 5: Install Open edX Publication Channel

[](#step-5-install-open-edx-publication-channel)

Install the Open edX Publication Channel with tag code PUCHOPENEDX.

```
$ cd /path/to/pumukit2/
$ php app/console openedx:init:pubchannel
```

### Step 6: Add the PUCHOPENEDX tag code to the desire encoder profiles

[](#step-6-add-the-puchopenedx-tag-code-to-the-desire-encoder-profiles)

Edit your `app/config/encoder.yml` profile to add the PUCHOPENEDX tag code to the desire encoder profiles, so in case a multimedia object has this Tag, the Tracks with those profiles will be genereated.

For example, if you want to generate a `video_h264` Track each time the Open edX Publication Channel is added to a Multimedia Object, you should add the tag code this way:

```
pumukit_encoder:
    ...
    profiles:
        video_h264:
	    ...
            target: PUCHWEBTV PUCHPODCAST PUCHOPENEDX
```

For PuMuKIT latest version of 2.3.x and 2.4.x, add this configuration to `encoder.yml` as well:

```
pumukit_encoder:
    target_default_profiles:
        PUCHOPENEDX:
            video: "video_h264"
```

### Step 7: (Optional) Set the permissions

[](#step-7-optional-set-the-permissions)

Add the "Init Multimedia Objects in published status" role to those users with a permission profiele with personal scope, if you want them to publish their own videos immediately. Example for "Auto Publisher" permission profile:

```
php app/console pumukit:permission:update "Auto Publisher" ROLE_INIT_STATUS_PUBLISHED
```

### Step 8: Override `PumukitNewAdminBundle:MultimediaObject:list.html.twig` template

[](#step-8-override-pumukitnewadminbundlemultimediaobjectlisthtmltwig-template)

If your server has PuMuKIT 2.3.x installed, execute:

```
php app/console openedx:init:resources 2.3.x
```

If your server has PuMuKIT 2.4.x installed, execute:

```
php app/console openedx:init:resources 2.4.x
```

Clear cache:

```
php app/console cache:clear && php app/console cache:clear --env=prod
```

Documentation
-------------

[](#documentation)

1.- [Configuration](Resources/doc/Configuration.md)

2.- [PuMoodle Installation Guide](Resources/doc/PuMoodleInstallationGuide.md)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 76.3% 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 ~56 days

Recently: every ~67 days

Total

7

Last Release

2866d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1632294?v=4)[Pablo Nieto](/maintainers/pnieto)[@pnieto](https://github.com/pnieto)

---

Top Contributors

[![mreyk](https://avatars.githubusercontent.com/u/11334168?v=4)](https://github.com/mreyk "mreyk (61 commits)")[![rubenrua](https://avatars.githubusercontent.com/u/195745?v=4)](https://github.com/rubenrua "rubenrua (16 commits)")[![Alfro](https://avatars.githubusercontent.com/u/11334172?v=4)](https://github.com/Alfro "Alfro (2 commits)")[![Yurujai](https://avatars.githubusercontent.com/u/11873240?v=4)](https://github.com/Yurujai "Yurujai (1 commits)")

---

Tags

bundleSymfony2pumukitopenedx

### Embed Badge

![Health badge](/badges/teltek-pmk2-openedx-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/teltek-pmk2-openedx-bundle/health.svg)](https://phpackages.com/packages/teltek-pmk2-openedx-bundle)
```

###  Alternatives

[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[dmishh/settings-bundle

Database centric Symfony configuration management. Global and per-user settings supported.

115254.9k1](/packages/dmishh-settings-bundle)

PHPackages © 2026

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