PHPackages                             phpbg/dvbpsi - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. phpbg/dvbpsi

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

phpbg/dvbpsi
============

This is a pure PHP DVB PSI library, developed with performance in mind

0.1.3(1y ago)31.6k1MITPHPPHP &gt;=7.0CI failing

Since Mar 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/phpbg/dvbpsi)[ Packagist](https://packagist.org/packages/phpbg/dvbpsi)[ RSS](/packages/phpbg-dvbpsi/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

PhpBg\\DvbPsi
=============

[](#phpbgdvbpsi)

This is a pure PHP DVB PSI library, developed with performance in mind. It tries to comply with "Digital Video Broadcasting (DVB) - Specification for Service Information (SI) in DVB systems" DVB PSI ETSI EN 300 468 V1.13.1

Status
======

[](#status)

The initial goal is to provide parsing for following tables :

- PAT: done
- PMT: mostly
- NIT: mostly (missing some descriptors)
- BAT: not yet planned
- SDT: not yet planned
- EIT: mostly (missing some descriptors)
- TDT: done
- TOT: todo
- RST: not yet planned
- ST: not yet planned
- DIT: not yet planned
- SIT: not yet planned

Requirements
============

[](#requirements)

- PHP7+ x64
- Composer

Those requirements can be installed on ubuntu 16.04:

```
sudo apt install php7.0-cli composer

```

Or on windows:

1.
2.

NB: **32bit** will partly work but **should be avoided** because some structures are unsigned 32bit and PHP will store them as signed 32bit. See:

Installation
============

[](#installation)

Simply run:

```
composer require phpbg/dvbpsi

```

Examples
========

[](#examples)

See `examples/` folder

Development
===========

[](#development)

You can install [xdebug](https://xdebug.org/download.php) for development purposes:

```
sudo apt install php-xdebug

```

To run unit tests launch:

```
php vendor/phpunit/phpunit/phpunit -c phpunit.xml

```

NB: to report code coverage add `--coverage-text` but keep in mind that launching with code coverage increase greatly the time required for tests to run (thus do not reflect real use case compute time)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance47

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~741 days

Total

4

Last Release

398d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1350d8c1326e5a10ff142b33e9d7ad6363acc427900a9a581cc9fa76329c31b0?d=identicon)[Samuel CHEMLA](/maintainers/Samuel%20CHEMLA)

---

Top Contributors

[![phpbg](https://avatars.githubusercontent.com/u/43315561?v=4)](https://github.com/phpbg "phpbg (33 commits)")

---

Tags

dvb-psilibrarympeg-tsparserphpmpegpsimpegtsdvb

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/phpbg-dvbpsi/health.svg)

```
[![Health](https://phpackages.com/badges/phpbg-dvbpsi/health.svg)](https://phpackages.com/packages/phpbg-dvbpsi)
```

###  Alternatives

[paquettg/php-html-parser

An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.

2.4k7.9M123](/packages/paquettg-php-html-parser)[json-mapper/json-mapper

Map JSON structures to PHP classes

2181.1M22](/packages/json-mapper-json-mapper)

PHPackages © 2026

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