2017 © Pedro Peláez
 

library phone-helper

Simple phone formatter

image

ogursan/phone-helper

Simple phone formatter

  • Friday, August 21, 2015
  • by ogursan
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 16 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Phone Helper

Simple helper formatting phone numbers, (*1)

Usage

In order to use the PhoneHelper, first you have to install it via composer:, (*2)

composer require ogursan/phone-helper, (*3)

Then you should create new instance of helper:, (*4)

$phoneHelper = new Ogursan\PhoneHelper();, (*5)

And now you can format your phone numbers:, (*6)

$phoneHelper->phone('+79051234567'); // will return +7(905)123-45-67, (*7)

The Versions

21/08 2015

dev-master

9999999-dev

Simple phone formatter

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

21/08 2015

v1.1

1.1.0.0

Simple phone formatter

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

21/08 2015

v1.0

1.0.0.0

Simple phone formatter

  Sources   Download

The Requires

  • php >=5.4.0