Skip to content

jbvanzuylen/cf-libphonenumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-libphonenumber

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.

How to install

Lucee 4

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 the Upload 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 the lib folder to the WEB-INF\lucee\lib directory in your web root
  • Copy the .cfm files from the functions folder to the WEB-INF\lucee\library\function directory in your web root
  • Copy the .cfc file from the components folder to the WEB-INF\lucee\components\libphonenumber directory in your web root