Skip to content

Swift port of https://github.com/Melomap/mm_phonenumber to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.

License

Notifications You must be signed in to change notification settings

wailynn-supers/mm_phonenumber_swift

Repository files navigation

mm_phonenumber_swift

CI Status Version License Platform

Usage

import mm_phonenumber_swift

PhoneValidator.isValidMMPhoneNumber(phoneNumber: "<your phone number>")
        
PhoneValidator.sanitizeNumber(phoneNumber: "<your phone number>")
      
PhoneValidator.getTelecomName(phoneNumber: "<your phone number>")

PhoneValidator.getNetworkType(phoneNumber: "<your phne number>")

Requirements

Installation

mm_phonenumber_swift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'mm_phonenumber_swift'

Author

wailynnzaw.lamz@gmail.com

License

mm_phonenumber_swift is available under the MIT license. See the LICENSE file for more info.

About

Swift port of https://github.com/Melomap/mm_phonenumber to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.

Resources

License

Stars

Watchers

Forks

Packages

No packages published