PHPackages                             teltek/pumukit-external-api-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. teltek/pumukit-external-api-bundle

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

teltek/pumukit-external-api-bundle
==================================

PuMuKIT external ingest API

3.0.0(1y ago)02.5k↓40%[1 PRs](https://github.com/teltek/PumukitExternalAPIBundle/pulls)proprietaryPHPPHP ^8.2CI passing

Since Jun 13Pushed 1y ago6 watchersCompare

[ Source](https://github.com/teltek/PumukitExternalAPIBundle)[ Packagist](https://packagist.org/packages/teltek/pumukit-external-api-bundle)[ Docs](https://github.com/teltek/PumukitExternalAPIBundle.git)[ RSS](/packages/teltek-pumukit-external-api-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

ExternalAPIBundle
=================

[](#externalapibundle)

WARNING: We cannot guarantee that this module is compatible with new versions of PuMuKIT.

This package allow to interact with PuMuKIT through an external API. It is a RESTful API that allows to create and update Multimedia Objects.

API Examples using curl:

##### New media package

[](#new-media-package)

```
curl -X POST -f -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/createMediaPackage

```

##### Add attachment without override

[](#add-attachment-without-override)

```
curl -X POST -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/addAttachment -F 'mediaPackage=""' -F 'flavor="srt"' -F BODY=@Resources/data/Tests/Controller/IngestControllerTest/subtitle.srt

```

##### Add attachment overriding attachment

[](#add-attachment-overriding-attachment)

```
curl -X POST -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/addAttachment -F 'mediaPackage=""' -F 'flavor="srt"' -F BODY=@Resources/data/Tests/Controller/IngestControllerTest/subtitle.srt -F 'overriding="5c982e5339d98b25008b456a"'

```

##### Add track

[](#add-track)

```
curl -X POST -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/addTrack -F 'mediaPackage=""' -F 'flavor="presenter/source"' -F BODY=@Resources/data/Tests/Controller/IngestControllerTest/presenter.mp4

```

##### Add episode (to change title)

[](#add-episode-to-change-title)

```
curl -X POST -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/addDCCatalog -F 'mediaPackage=""' -F 'flavor="dublincore/episode"' -F BODY=@Resources/data/Tests/Controller/IngestControllerTest/episode.xml

```

##### Add PuMuKIT episode (to change metadata)

[](#add-pumukit-episode-to-change-metadata)

```
curl -X POST -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/addCatalog -F 'mediaPackage=""' -F 'flavor="pumukit/episode"' -F BODY=@Resources/data/Tests/Controller/IngestControllerTest/pmk.json

```

##### addMediaPackage (do previous ones simultaneously):

[](#addmediapackage-do-previous-ones-simultaneously)

```
curl -X POST -f -i --basic -u admin:admin http://localhost:8000/app_dev.php/api/ingest/addMediaPackage -F contributor='test CURL' -F title='Test CURL' -F 'flavor[]=presentation/source' -F 'BODY[]=@Resources/data/Tests/Controller/IngestControllerTest/presentation.mp4' -F 'flavor[]=presenter/source' -F 'BODY[]=@Resources/data/Tests/Controller/IngestControllerTest/presenter.mp4'

```

API DELETE Examples using curl

##### removeTag: ( Remove the custom tag configured for external api )

[](#removetag--remove-the-custom-tag-configured-for-external-api-)

```
curl -X DELETE -i --basic -u admin:admin https://localhost:8000/app_dev.php/api/mmobjs/5c982e5339d98b25008b456a/tags/cod/CUSTOM_TAG

```

###  Health Score

42

—

FairBetter than 90% of packages

Maintenance41

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 57.4% 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 ~335 days

Recently: every ~79 days

Total

7

Last Release

517d ago

Major Versions

1.0.1 → 2.0.02024-02-06

1.0.x-dev → 3.0.x-dev2024-12-17

PHP version history (3 changes)1.0.0PHP &gt;=5.5.9

2.0.0PHP ^8.2

1.0.x-devPHP &gt;=7.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11873240?v=4)[Pablo Ogando Ferreira](/maintainers/Yurujai)[@Yurujai](https://github.com/Yurujai)

---

Top Contributors

[![Yurujai](https://avatars.githubusercontent.com/u/11873240?v=4)](https://github.com/Yurujai "Yurujai (58 commits)")[![Alfro](https://avatars.githubusercontent.com/u/11334172?v=4)](https://github.com/Alfro "Alfro (31 commits)")[![rubenrua](https://avatars.githubusercontent.com/u/195745?v=4)](https://github.com/rubenrua "rubenrua (5 commits)")[![pnieto](https://avatars.githubusercontent.com/u/1632294?v=4)](https://github.com/pnieto "pnieto (3 commits)")[![j-lorenzo](https://avatars.githubusercontent.com/u/16794234?v=4)](https://github.com/j-lorenzo "j-lorenzo (2 commits)")[![albacodina](https://avatars.githubusercontent.com/u/48245111?v=4)](https://github.com/albacodina "albacodina (1 commits)")[![dpeite](https://avatars.githubusercontent.com/u/19955961?v=4)](https://github.com/dpeite "dpeite (1 commits)")

---

Tags

apisymfonybundlepumukit

### Embed Badge

![Health badge](/badges/teltek-pumukit-external-api-bundle/health.svg)

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

###  Alternatives

[harmbandstra/swagger-ui-bundle

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

42867.3k](/packages/harmbandstra-swagger-ui-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

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