A phone number processing library for Coldfusion
Build on top of the libphonenumber library from Google, this library allows parsing, formatting, storing and validating international phone numbers.
Download the latest version here
Install as an extension
- Connect to the Web Administration
- Go to
Extension > Application
- Scroll down to the bottom of the page
- Click on
Browse
button in theUpload new extension
section - Select the ZIP file you have downloaded above
- Hit the
Upload
button and follow the instructions
Manual installation
- Unzip the file you have downloaded above
- Copy the
.jar
files from thelib
folder to theWEB-INF\lucee\lib
directory in your web root - Copy the
.cfm
files from thefunctions
folder to theWEB-INF\lucee\library\function
directory in your web root - Copy the
.cfc
file from thecomponents
folder to theWEB-INF\lucee\components\libphonenumber
directory in your web root