{"id":16853798,"url":"https://github.com/faisalman/phone-identifier-java","last_synced_at":"2025-07-17T22:33:28.766Z","repository":{"id":7913806,"uuid":"9297880","full_name":"faisalman/phone-identifier-java","owner":"faisalman","description":"PhoneIdentifier.java - Indonesian phone number identifier","archived":false,"fork":false,"pushed_at":"2013-04-17T07:34:36.000Z","size":136,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T10:27:12.945Z","etag":null,"topics":["phone-number-identifier","phone-number-parser"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faisalman.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-08T14:02:56.000Z","updated_at":"2022-12-06T12:59:53.000Z","dependencies_parsed_at":"2022-08-31T20:41:53.128Z","dependency_job_id":null,"html_url":"https://github.com/faisalman/phone-identifier-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faisalman/phone-identifier-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fphone-identifier-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fphone-identifier-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fphone-identifier-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fphone-identifier-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faisalman","download_url":"https://codeload.github.com/faisalman/phone-identifier-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faisalman%2Fphone-identifier-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265672334,"owners_count":23808842,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["phone-number-identifier","phone-number-parser"],"created_at":"2024-10-13T13:53:16.478Z","updated_at":"2025-07-17T22:33:28.720Z","avatar_url":"https://github.com/faisalman.png","language":"Java","readme":"# PhoneIdentifier.java\n\nPhone number identifier (currently only support Indonesian number format)\n\n## Example\n\n```java\nimport com.faisalman.phoneidentifier.*;\n\npublic class Example {\n    public static void main(String[] args) {\n        System.out.println(Phone.identify(\"628552345678\").provider.name()); // Indosat\n        System.out.println(Phone.identify(\"0812 345 678\").provider.name()); // Telkomsel\n        System.out.println(Phone.identify(\"022911223344\").provider.name()); // Esia\n        System.out.println(Phone.identify(\"023187654321\").area.code);       // 231\n        System.out.println(Phone.identify(\"+62227654321\").area.name);       // Bandung\n        System.out.println(Phone.identify(\"021-765-4321\").area.name);       // Jakarta\n        System.out.println(Phone.identify(\"(061)7654321\").area.name);       // Medan\n    }\n}\n```\n\n## License\n\nMIT License\n\nCopyright © 2013 Faisalman \u003c\u003cfyzlman@gmail.com\u003e\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisalman%2Fphone-identifier-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaisalman%2Fphone-identifier-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaisalman%2Fphone-identifier-java/lists"}