https://github.com/beastbytes/n6l-phone-number-data
National phone number data interface
https://github.com/beastbytes/n6l-phone-number-data
data-interface validation yii3
Last synced: 4 months ago
JSON representation
National phone number data interface
- Host: GitHub
- URL: https://github.com/beastbytes/n6l-phone-number-data
- Owner: beastbytes
- License: other
- Created: 2023-01-28T14:16:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-01T08:48:28.000Z (over 1 year ago)
- Last Synced: 2025-10-27T21:34:56.977Z (8 months ago)
- Topics: data-interface, validation, yii3
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# N6l Phone Number Data (n6l-phone-number-data)
Interface for retrieving national phone number formatting data
For license information see the [LICENSE](LICENSE.md) file.
## Installation
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
Either run
```
php composer.phar require --prefer-dist beastbytes/phone-number-data
```
or add
```json
"beastbytes/n6l-phone-number-data": "^2.0"
```
to the require section of your composer.json.