PHPackages                             marijnvdwerf/teletekst - 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. marijnvdwerf/teletekst

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marijnvdwerf/teletekst
======================

0.1.0(10y ago)312PHPPHP ~5.4

Since Jul 15Pushed 10y ago2 watchersCompare

[ Source](https://github.com/marijnvdwerf/teletekst-php)[ Packagist](https://packagist.org/packages/marijnvdwerf/teletekst)[ RSS](/packages/marijnvdwerf-teletekst/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![](702.gif)](702.gif)

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

[](#requirements)

- GD
- dom
- mbstring

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

[](#installation)

```
composer require marijnvdwerf/teletekst
```

Usage
=====

[](#usage)

```
$data = file_get_contents('http://teletekst-data.nos.nl/json/702');
$data = json_decode($data);

$imageFormatter = new \marijnvdwerf\teletekst\ImageFormatter();
$gd = $imageFormatter->formatPage($data->content);
header('Content-Type: image/gif');
imagegif($gd);
```

An example for animated gifs can be found in [`animate.php`](animate.php)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

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

Unknown

Total

1

Last Release

3960d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4acff537ce45889edc0944393eac4ec715fb282b800170d05d0663826516df44?d=identicon)[marijnvdwerf](/maintainers/marijnvdwerf)

---

Top Contributors

[![marijnvdwerf](https://avatars.githubusercontent.com/u/737603?v=4)](https://github.com/marijnvdwerf "marijnvdwerf (13 commits)")

### Embed Badge

![Health badge](/badges/marijnvdwerf-teletekst/health.svg)

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

###  Alternatives

[schmeits/filament-4-phosphor-icons

This is my package filament-4-phosphor-icons

172.7k](/packages/schmeits-filament-4-phosphor-icons)

PHPackages © 2026

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