dongri / phonenumber

With a given country and phone number, validate and format the MOBILE phone number to E.164 standard
MIT License
186 stars 46 forks source link

Is this project maintained? #8

Closed or-else closed 4 years ago

or-else commented 4 years ago

Hi

I'm think about using this code in my project and wonder if it's maintained. It seems like a few people have been forking and actively updating the forks but nothing went back to the upstream:

https://github.com/4rakcheev/phonenumber/commits/master -- this seems to be actively maintained. https://github.com/OpenStars/phonenumber/commits/master https://github.com/cooltech-bs/phonenumber/commits/master

What are your plans for maintaining/updating the phone # data?

Thanks!

dongri commented 4 years ago

@or-else Hi I'm going to do maintenance. However, the phone number of each country was also changed and I thought there was nothing I could do without a pull request.

or-else commented 4 years ago

Regarding pull requests: the license permits you or anyone to create PRs from forks. You can just merge https://github.com/4rakcheev/phonenumber/commits/master back to upstream.

dongri commented 4 years ago

Ok, If it's not a big problem looking at that repo I will take it into this repo. I'll call you when I'm done.

dongri commented 4 years ago

@or-else Hi https://github.com/dongri/phonenumber/pull/9

Merged from https://github.com/4rakcheev/phonenumber/commits/master

or-else commented 4 years ago

Thanks!