PHPackages                             joart/phoneformatter - 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. joart/phoneformatter

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

joart/phoneformatter
====================

8.1(1y ago)024MITPHPPHP &gt;=8.1

Since Jan 10Pushed 9mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (5)Used By (0)

PhoneFormatter
==============

[](#phoneformatter)

한국형 전화번호 포맷 변환기 입니다.

엑셀의 전화번호 서식을 PHP에서 인식하지 못하길래 변환 할려고 만듬

엑셀에 숫자 0으로 시작하는 셀의 경우 PHP에서는 0을 제외하고 인식해서 0을 제외한 경우에도 인식 하도록 작성 되었습니다.

설치법

```
composer require joart/phoneformatter

```

사용법

```
$PhoneFormatter = new Joart\PhoneFormatter\PhoneFormatter();
var_dump($PhoneFormatter->change('15345678'));
var_dump($PhoneFormatter->change('1012345678'));

// 결과
string(9) "1534-5678"
string(13) "010-1234-5678"

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance50

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

493d ago

Major Versions

v5.3.x-dev → 8.12025-01-10

PHP version history (2 changes)5.3PHP &lt;5.4

8.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9648142d5211e5633ac8af6a38aafe63776579b63e2cc94ce026e94d4f3b8d0c?d=identicon)[joartda](/maintainers/joartda)

---

Top Contributors

[![joartda](https://avatars.githubusercontent.com/u/110076256?v=4)](https://github.com/joartda "joartda (2 commits)")

### Embed Badge

![Health badge](/badges/joart-phoneformatter/health.svg)

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

###  Alternatives

[doctrine/collections

PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.

6.0k411.1M1.2k](/packages/doctrine-collections)[symfony/polyfill-php73

Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions

2.4k581.8M67](/packages/symfony-polyfill-php73)[orchestra/sidekick

Packages Toolkit Utilities and Helpers for Laravel

1214.3M14](/packages/orchestra-sidekick)[casinelli/currency

Handles currency for Laravel 5.

1911.8k](/packages/casinelli-currency)

PHPackages © 2026

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