PHPackages                             jojostx/filament-tel-input - 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. jojostx/filament-tel-input

ActiveLibrary

jojostx/filament-tel-input
==========================

A FilamentPHP form plugin for working with phone numbers

37[3 PRs](https://github.com/jojostx/filament-tel-input/pulls)PHP

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jojostx/filament-tel-input)[ Packagist](https://packagist.org/packages/jojostx/filament-tel-input)[ RSS](/packages/jojostx-filament-tel-input/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

A FilamentPHP form plugin for working with phone numbers
========================================================

[](#a-filamentphp-form-plugin-for-working-with-phone-numbers)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ac8d6af0330da0bd557631acc200143ccc9e2afbd84d9187b3809739c3012336/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6f6a6f7374782f66696c616d656e742d74656c2d696e7075742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jojostx/filament-tel-input)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f3c308e24be9cabef8e06d81f017ed964111ee9c6dd5d56dcd88a02fa7e64e5d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f6a6f7374782f66696c616d656e742d74656c2d696e7075742f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jojostx/filament-tel-input/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e8c1bb2a1919190d4eb2e3360e0a6c00897cabadc99b509b5ce449ece08707a5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a6f6a6f7374782f66696c616d656e742d74656c2d696e7075742f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/jojostx/filament-tel-input/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/9fb71f1f05b1ff07a7135fa9b2fa0f712cb61ae0e3c48576d64017a413966be2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f6a6f7374782f66696c616d656e742d74656c2d696e7075742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jojostx/filament-tel-input)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

[![image](https://user-images.githubusercontent.com/604907/160436321-9ff47bb8-28a2-45af-98fe-a57802236178.png)](https://user-images.githubusercontent.com/604907/160436321-9ff47bb8-28a2-45af-98fe-a57802236178.png)

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

[](#installation)

You can install the package via composer:

```
composer require jojostx/filament-tel-input
```

Publish the flags using

```
php artisan vendor:publish --tag="filament-tel-input-flags"
```

This command will publish the filament-tel-input flags images

Usage
-----

[](#usage)

```
[
    \Jojostx\FilamentTelInput\Forms\FilamentTelInput::make('phone_number');
]
```

Options
-------

[](#options)

```
[
    \InvadersXX\FilamentJsoneditor\Forms\JSONEditor::make('editor')
        ->height(500) // Set height to 500px, default is 300
        ->modes(['code', 'form', 'text', 'tree', 'view', 'preview']); // default is ['code', 'form', 'text', 'tree', 'view', 'preview']
]
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Jojostx](https://github.com/jojostx)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

- :selectedCountryPlaceholder \["0803 408 1360"\]
- :selectedCountryData.name \["Nigeria"\]
- :selectedCountryData.iso2 \["NG"\]
- :selectedCountryData.dialcode \["234"\]

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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://www.gravatar.com/avatar/5704d6efaccea9b264c37e3ba1d2b7401c7d1de25b5c357bb687bcf4b918f9b3?d=identicon)[jojostx](/maintainers/jojostx)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (6 commits)")[![jojostx](https://avatars.githubusercontent.com/u/42269899?v=4)](https://github.com/jojostx "jojostx (4 commits)")

### Embed Badge

![Health badge](/badges/jojostx-filament-tel-input/health.svg)

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

PHPackages © 2026

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