PHPackages                             drblitz/phone - 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. drblitz/phone

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

drblitz/phone
=============

Adds phone number functionality to TYPO3. Crate f.link.phone helper with the definition ITU-T INTERNATIONAL,NATIONAL,E123

0289PHP

Since Jan 23Pushed 2y agoCompare

[ Source](https://github.com/dr-blitz-weblab/phone)[ Packagist](https://packagist.org/packages/drblitz/phone)[ RSS](/packages/drblitz-phone/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

TYPO3 phone functionality - Fluid link
======================================

[](#typo3-phone-functionality---fluid-link)

What is it?
-----------

[](#what-is-it)

Adds phone number functionality to TYPO3 based on the Google's [libphonenumber](https://github.com/google/libphonenumber).

INTERNATIONAL and NATIONAL formats are consistent with the definition in ITU-T Recommendation E123. For example, the number of the DR BLITZ WEBLAB office will be written as "+48 12 333 44 01" in INTERNATIONAL format, and as "12 333 44 01" in NATIONAL format. E164 format is as per INTERNATIONAL format but with no formatting applied, e.g. "+48123334401". RFC3966 is as per INTERNATIONAL format, but with all spaces and other separating symbols replaced with a hyphen, and with any phone number extension appended with ";ext=". It also will have a prefix of "tel:" added, e.g. "tel:+48-12-333-44-01".

Installation
------------

[](#installation)

It is recommended to use [composer](https://getcomposer.org) to install the library.

```
$ composer require drblitz/phone
```

EXAMPLE
-------

[](#example)

### EXAMPLE 1 - NATIONAL format

[](#example-1---national-format)

```
{wb:link.phone(class:'contact-item__link',phoneNumber:data.tx_projectcore_phone, region:'pl', format: 2)}
```

return

```
12 333 44 01
```

### EXAMPLE 2 - INTERNATIONAL format

[](#example-2---international-format)

```
{wb:link.phone(class:'contact-item__link',phoneNumber:data.tx_projectcore_phone, region:'pl', format: 1)}
```

return

```
+48 12 333 44 01
```

### EXAMPLE 3 - E164 format

[](#example-3---e164-format)

```
{wb:link.phone(class:'contact-item__link',phoneNumber:data.tx_projectcore_phone, region:'pl', format: 0)}
```

return

```
+48123334401
```

### EXAMPLE 4 - Using ViewHelper with CE Textpic.

[](#example-4---using-viewhelper-with-ce-textpic)

```
{wb:format.phone(value: data.bodytext, region:'de', format: 2)->f:format.html(parseFuncTSPath: 'lib.parseFunc')
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/68190877?v=4)[drblitz](/maintainers/drblitz)[@DrBlitz](https://github.com/DrBlitz)

---

Top Contributors

[![drblitz-weblab](https://avatars.githubusercontent.com/u/44512564?v=4)](https://github.com/drblitz-weblab "drblitz-weblab (2 commits)")

### Embed Badge

![Health badge](/badges/drblitz-phone/health.svg)

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

PHPackages © 2026

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