No commit activity in last 3 years
No release in over 3 years
Provide polish cell number check
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.8.1
~> 10.0
~> 3.1.0
~> 1.2.0
 Project Readme

PolishCellNumberChecker Build Status

Checks if phone number is cell number and get GSM operator name.

Installation

Add this line to your application's Gemfile:

gem 'polish_cell_number_checker'

And then execute:

$ bundle

Or install it yourself as:

$ gem install polish_cell_number_checker

Usage

p = PolishCellNumber::Checker.new('+48 608-111-111')
p.cell_number? => true
p.operator_name => "PTC S.A."

Copyright (c) 2012 [Damian Baćkowski], released under the MIT license