PHPackages                             netnak/tel - 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. netnak/tel

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

netnak/tel
==========

A modifier that formats telephone numbers for use in links

1.0.3(2y ago)018MITPHP

Since May 1Pushed 2y ago2 watchersCompare

[ Source](https://github.com/netnak/tel)[ Packagist](https://packagist.org/packages/netnak/tel)[ RSS](/packages/netnak-tel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Tel
===

[](#tel)

> Tel is a Statamic addon that formats phone numbers for use in tel: links.

Features
--------

[](#features)

This modifier will convert a nicely formatted phone number into a numbers-only string, allowing usage inside an href.

It will convert any + symbols into 00 (for international numbers), remove (0) if it exists, and then remove all remaining non-numerical characters.

This modifier will take a phone number and convert it into a numbers-only string so that it can be safely used inside a href.

- Any `+` will be converted to 00 to help identify it as an international number.
- Any `(0)` will be removed as these are purely for humans to understand the non-international number.
- Any spaces, commas, hyphens, or any non-numerical numbers will be removed.

How to Install
--------------

[](#how-to-install)

You can search for this addon in the `Tools > Addons` section of the Statamic control panel and click **install**, or run the following command from your project root:

```
composer require netnak/tel
```

How to Use
----------

[](#how-to-use)

Simply add this to the tag that contains your telephone number and apply the `tel` modifier to the tag in the `href`. For example:

```
---
phone_number: +44 (0) 151 123 4567
---

{{ phone_number }}
```

This will output:

```
+44 (0) 151 123 4567
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity43

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 ~0 days

Total

3

Last Release

747d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8d9639d2634adc916f3395d3c3af3fe6038f077f5c0f4098857e6da47504efb?d=identicon)[netnak](/maintainers/netnak)

---

Top Contributors

[![benfurfie](https://avatars.githubusercontent.com/u/10786699?v=4)](https://github.com/benfurfie "benfurfie (6 commits)")

### Embed Badge

![Health badge](/badges/netnak-tel/health.svg)

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

PHPackages © 2026

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