akrabat / akrabat-formatuktelephone
This package is abandoned and no longer maintained.
No replacement package was suggested.
A Zend Framework 2 module for formatting UK telephone numbers
1.0
2012-11-28 21:30 UTC
Requires
- php: >=5.3.3
- zendframework/zendframework: 2.*
This package is auto-updated.
Last update: 2023-06-05 17:57:35 UTC
README
#AkrabatFormatUkTelephone
This ZF2 module provides a view helper called 'formatUkTelephone' which will format a UK telphone number correctly for display.
##Installation
You have a number of choices for installing AkrabatFormatUkTelephone
:
with Composer
Add "akrabat/akrabat-formatuktelephone": "dev-master"
to your composer.json
file and run php composer.phar update
.
as a Git Submodule
Clone this project into your ./vendor/
directory:
git submodule add git://github.com/akrabat/AkrabatFormatUkTelephone.git vendor/AkrabatFormatUkTelephone
You can also just clone the module into your ./vendor/
directory or download it via the 'Zip' button on github.