beastbytes/phone-number-helper

Helper methods for phone numbers

1.1.0 2024-10-02 21:43 UTC

This package is auto-updated.

Last update: 2024-10-26 16:23:15 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"

to the 'require' section of your composer.json.

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