Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2018-12-06 (3 days ago) | | Not yet rated by the users | | Total: Not yet counted | | Not yet ranked |
|
Description | | Author |
This package can parse and output a phone number in a given format.
It can take a given string with a phone number and parse it to extract its parts.
The package can also reformat the specified phone number to output according to a given format string. | |
|
|
Innovation award
Nominee: 4x |
|
Details
Phone Normalizer
Pars, normalizes the phone number and results in a specified format.
Requirements
Installation
1) Install composer
2) Follow in the project folder:
composer require dmamontov/phone-normalizer ~1.0.1
In config composer.json
your project will be added to the library dmamontov/phone-normalizer
, who settled in the folder vendor/
. In the absence of a config file or folder with vendors they will be created.
If before your project is not used composer
, connect the startup file vendors. To do this, enter the code in the project:
require 'path/to/vendor/autoload.php';
Examples of use
use DmitryMamontov\PhoneNormalizer\PhoneNormalizer;
$n = new PhoneNormalizer;
$n->loadCodes('vendor/dmamontov/phone-normalizer/codes/codes.json');
$phone = $n->normalize('XXXXXXXXXXXXXX');
var_dump($phone->format('+#CC#(#c#)###-##-##'));
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.