Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipublikuj/phone

:phone: Phone numbers helper & validator for Nette Framework (3.0+)
https://github.com/ipublikuj/phone

extension ipub ipublikuj libphonenumber nette phone phone-helper phone-number phonenumber

Last synced: 3 days ago
JSON representation

:phone: Phone numbers helper & validator for Nette Framework (3.0+)

Awesome Lists containing this project

README

        

# Phone number helper

[![Build Status](https://badgen.net/github/checks/ipublikuj/phone/master?cache=300&style=flast-square)](https://github.com/ipublikuj/phone)
[![Code coverage](https://badgen.net/coveralls/c/github/ipublikuj/phone?cache=300&style=flast-square)](https://coveralls.io/github/ipublikuj/phone)
![PHP](https://badgen.net/packagist/php/ipub/phone?cache=300&style=flast-square)
[![Licence](https://badgen.net/packagist/license/ipub/phone?cache=300&style=flast-square)](https://github.com/ipublikuj/phone/blob/master/LICENSE.md)
[![Downloads total](https://badgen.net/packagist/dt/ipub/phone?cache=300&style=flast-square)](https://packagist.org/packages/ipub/phone)
[![Latest stable](https://badgen.net/packagist/v/ipub/phone/latest?cache=300&style=flast-square)](https://packagist.org/packages/ipub/phone)
[![PHPStan](https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat-square)](https://github.com/phpstan/phpstan)

Phone helper & validator for [Nette Framework](http://nette.org/)

## Installation

The best way to install **ipub/phone** is using [Composer](http://getcomposer.org/):

```sh
composer require ipub/phone
```

After that, you have to register extension in config.neon.

```neon
extensions:
phone: IPub\Phone\DI\PhoneExtension
```

## Documentation

Learn how to format and validate phone numbers in [documentation](https://github.com/ipublikuj/phone/blob/master/docs/en/index.md).

***
Homepage [http://www.ipublikuj.eu](http://www.ipublikuj.eu) and repository [http://github.com/ipublikuj/phone](http://github.com/ipublikuj/phone).