PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Dmitry Mamontov   PHP Phone Number Format Normalizer   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Phone Number Format Normalizer
Parse and output a phone number in a given format
Author: By
Last change:
Date: 5 years ago
Size: 772 bytes
 

Contents

Class file image Download
{ "name" : "dmamontov/phone-normalizer", "description" : "Normalizer phone numbers.", "type" : "library", "keywords" : [ "phone", "number", "normalize", "format" ], "version" : "1.0.1", "license" : "BSD-3-Clause", "homepage" : "http://www.slobel.ru/", "authors" : [{ "name" : "Dmitry Mamontov", "email" : "hello@slobel.ru", "role" : "lead" } ], "require" : { "php" : ">=5.3.3" }, "support" : { "email" : "support@slobel.ru" }, "autoload" : { "psr-0" : { "DmitryMamontov\\" : "lib/" } }, "extra" : { "branch-alias" : { "dev-master" : "1.0.1.x-dev" } } }