saurav / identifymobilenumber
Verify NTC and NCELL mobile number
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/saurav/identifymobilenumber
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2025-10-12 11:10:29 UTC
README
A simple library to detect mobile number provider. It is for NTC and NCELL in Nepal
Installation
*composer require saurav/identifymobilenumber
Usage Example
use IdentifyMobileNumber
- echo IdentifyMobileNumber::check('98073a3730'); // NaN
- echo IdentifyMobileNumber::check('9807353730'); // NCELL
- echo IdentifyMobileNumber::check('9843642827'); // NTC
License
The Laravel framework is open-sourced software licensed under the MIT license.