You are here

README.txt in Telephone Validation 8.2

Same filename and directory in other branches
  1. 7 README.txt
Telephone Validation
========================

This is basic module which brings validation to Telephone field. It uses
giggsey/libphonenumber-for-php library, port of google's libphonenumber library.
Module can automatically discover where the phone number comes from (which
country) and if it's valid or not.

# Dependencies

- telephone
- field_ui
- giggsey/libphonenumber-for-php

# Prerequisites

Use composer to download giggsey/libphonenumber-for-php lib. You have several
options here - just choose one which suits you best. IMO the easiest one is to
use composer for downloading this module.

Read more
https://www.drupal.org/docs/develop/using-composer


# Installation

Just enable the module. All telephone fields will have option to opt-in for
for validation.

# Credits

Jakub Piasecki @ Ny Media AS

File

README.txt
View source
  1. Telephone Validation
  2. ========================
  3. This is basic module which brings validation to Telephone field. It uses
  4. giggsey/libphonenumber-for-php library, port of google's libphonenumber library.
  5. Module can automatically discover where the phone number comes from (which
  6. country) and if it's valid or not.
  7. # Dependencies
  8. - telephone
  9. - field_ui
  10. - giggsey/libphonenumber-for-php
  11. # Prerequisites
  12. Use composer to download giggsey/libphonenumber-for-php lib. You have several
  13. options here - just choose one which suits you best. IMO the easiest one is to
  14. use composer for downloading this module.
  15. Read more
  16. https://www.drupal.org/docs/develop/using-composer
  17. # Installation
  18. Just enable the module. All telephone fields will have option to opt-in for
  19. for validation.
  20. # Credits
  21. Jakub Piasecki @ Ny Media AS