beastbytes/phone-number-helper

Helper methods for phone numbers

v1.0.1 2023-06-26 12:40 UTC

This package is auto-updated.

Last update: 2024-04-26 15:07:08 UTC


README

Static helper methods for phone numbers:

For license information see the LICENSE file.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist beastbytes/phone-number-helper

or add

"beastbytes/phone-number-helper": "^1.0.0"

to the require section of your composer.json.

A n6lPhoneNumberDataInterface implementation is also required, e.g. beastbytes/n6l-phone-number-data-php