Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 days ago
JSON representation
:phone: Phone numbers helper & validator for Nette Framework (3.0+)
- Host: GitHub
- URL: https://github.com/ipublikuj/phone
- Owner: ipublikuj
- License: other
- Created: 2015-12-13T18:38:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T20:14:41.000Z (11 months ago)
- Last Synced: 2024-09-29T22:42:07.452Z (about 1 month ago)
- Topics: extension, ipub, ipublikuj, libphonenumber, nette, phone, phone-helper, phone-number, phonenumber
- Language: PHP
- Homepage:
- Size: 197 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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).