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

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

bocanhcam/nova-phone
====================

A custom Laravel Nova field to handle phone numbers.

v1.0.1(1y ago)0503↓50%1MITVuePHP ^7.3|^8.0

Since Dec 2Pushed 1y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Overview
--------

[](#overview)

A custom Laravel Nova field to handle phone numbers. This field automatically formats phone numbers as the user types, supports country-based formatting, and allows international formatting.

[![US national phone](/screenshots/us.gif)](/screenshots/us.gif)

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

[](#installation)

Install the package via Composer:

```
composer require bocanhcam/nova-phone
```

Usage
-----

[](#usage)

### Usage

[](#usage-1)

Add the phone field to your Nova resource:

```
\Bocanhcam\NovaPhone\Phone::make(__('Phone'), 'phone')
```

### Specify the country and display format

[](#specify-the-country-and-display-format)

By default, the field uses the US as the country and national formatting.

Override the default format like below.

```
\Bocanhcam\NovaPhone\Phone::make(__('Phone'), 'phone')
    ->country('JP') // Format for Japan
    ->international() // Display as international number
```

### Powered by `libphonenumber-js`

[](#powered-by-libphonenumber-js)

For more details on libphonenumber-js, check out their [documentation](https://gitlab.com/catamphetamine/libphonenumber-js).

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/license/MIT).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance40

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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

Total

2

Last Release

510d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91a2ebe11c6e312f02d72b41fe97ac3c051c1988b7bba6d83f9404df565df5db?d=identicon)[bocanhcam](/maintainers/bocanhcam)

---

Top Contributors

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

---

Tags

laravelphonenovatelphone-number

### Embed Badge

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

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

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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