PHPackages                             atk14/phone-field - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. atk14/phone-field

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

atk14/phone-field
=================

ATK14 form field for entering phone numbers

v1.1.15(2mo ago)041.5k↓69.5%MITPHPPHP &gt;=7.1CI passing

Since Jul 16Pushed 3w ago1 watchersCompare

[ Source](https://github.com/atk14/PhoneField)[ Packagist](https://packagist.org/packages/atk14/phone-field)[ Docs](https://github.com/atk14/PhoneField)[ RSS](/packages/atk14-phone-field/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (8)Versions (18)Used By (0)

PhoneField
==========

[](#phonefield)

[![Tests](https://github.com/atk14/PhoneField/actions/workflows/tests.yml/badge.svg)](https://github.com/atk14/PhoneField/actions/workflows/tests.yml)

ATK14 form field for entering phone numbers.

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

[](#installation)

Just use the Composer:

```
cd path/to/your/atk14/project/
composer require atk14/phone-field dev-master

```

Optionaly you can link the field source file to the regular location

```
cd path/to/your/atk14/project/
ln -s ../../vendor/atk14/phone-field/src/phone_field.php app/fields/phone_field.php

```

Usage
-----

[](#usage)

```
