Skip to content

Commit

Permalink
Merge pull request #38 from nguyenanhung/v3.x
Browse files Browse the repository at this point in the history
V3.x
  • Loading branch information
nguyenanhung authored Sep 21, 2024
2 parents 97ddc63 + 9ed5062 commit 7d50946
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Vietnam Phone Number

[![Latest Stable Version](http://poser.pugx.org/nguyenanhung/vn-telco-phonenumber/v)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber) [![Total Downloads](http://poser.pugx.org/nguyenanhung/vn-telco-phonenumber/downloads)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber) [![Latest Unstable Version](http://poser.pugx.org/nguyenanhung/vn-telco-phonenumber/v/unstable)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber) [![License](http://poser.pugx.org/nguyenanhung/vn-telco-phonenumber/license)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber) [![PHP Version Require](http://poser.pugx.org/nguyenanhung/vn-telco-phonenumber/require/php)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)
[![Latest Stable Version](https://img.shields.io/packagist/v/nguyenanhung/vn-telco-phonenumber.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)
[![Total Downloads](https://img.shields.io/packagist/dt/nguyenanhung/vn-telco-phonenumber.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)
[![Daily Downloads](https://img.shields.io/packagist/dd/nguyenanhung/vn-telco-phonenumber.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)
[![Monthly Downloads](https://img.shields.io/packagist/dm/nguyenanhung/vn-telco-phonenumber.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)
[![License](https://img.shields.io/packagist/l/nguyenanhung/vn-telco-phonenumber.svg?style=flat-square)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)
[![PHP Version Require](https://img.shields.io/packagist/dependency-v/nguyenanhung/vn-telco-phonenumber/php)](https://packagist.org/packages/nguyenanhung/vn-telco-phonenumber)

Library detect carrier Vietnam telco: Viettel, VinaPhone, MobiFone, Vietnamobile ...

Expand Down Expand Up @@ -186,4 +191,4 @@ If any question & request, please contact following infomation
| ----------- | -------------------- | ---------------- | ------------- |
| Hung Nguyen | dev@nguyenanhung.com | nguyenanhung5891 | @nguyenanhung |

From Hanoi with Love <3
From Hanoi with Love <3
4 changes: 2 additions & 2 deletions src/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/
interface ProjectInterface
{
const VERSION = '3.0.5';
const LAST_MODIFIED = '2023-02-22';
const VERSION = '3.0.6';
const LAST_MODIFIED = '2024-09-22';
const DEFAULT_COUNTRY = 'VN';
const DEFAULT_LANGUAGE = 'vi';
const DEFAULT_REGION = 'VN';
Expand Down

0 comments on commit 7d50946

Please sign in to comment.