{"id":13509321,"url":"https://github.com/marcelog/ex_rfc3966","last_synced_at":"2026-06-07T22:30:18.151Z","repository":{"id":62429416,"uuid":"38892497","full_name":"marcelog/ex_rfc3966","owner":"marcelog","description":"Elixir Tel URI parser compatible with RFC3966","archived":false,"fork":false,"pushed_at":"2017-01-22T21:15:59.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T18:11:33.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcelog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-10T17:13:00.000Z","updated_at":"2019-03-27T19:18:31.000Z","dependencies_parsed_at":"2022-11-01T20:05:44.370Z","dependency_job_id":null,"html_url":"https://github.com/marcelog/ex_rfc3966","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fex_rfc3966","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fex_rfc3966/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fex_rfc3966/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelog%2Fex_rfc3966/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcelog","download_url":"https://codeload.github.com/marcelog/ex_rfc3966/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240199179,"owners_count":19763820,"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":[],"created_at":"2024-08-01T02:01:06.145Z","updated_at":"2026-06-07T22:30:18.110Z","avatar_url":"https://github.com/marcelog.png","language":"Elixir","funding_links":[],"categories":["Text and Numbers"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/marcelog/ex_rfc3966.svg)](https://travis-ci.org/marcelog/ex_rfc3966)\nRFC3966\n=======\n\nA Tel URI parser trying to be strictly compatible with [RFC3966](https://tools.ietf.org/html/rfc3966).\n\nThis project uses [ex_abnf](https://github.com/marcelog/ex_abnf) with the official [uri grammar](https://github.com/marcelog/ex_rfc3966/blob/master/priv/RFC3966.abnf)\n\n## Example\n\n    iex\u003e RFC3966.init # Call this one first to initialize the grammar.\n    iex\u003e {_matched_tel, _not_matched_input, result} = RFC3966.parse 'tel:+1-201-555-0123;param1;param2=value'\n    iex\u003e result\n    %RFC3966.Result{\n        context: nil,\n        descriptor: nil,\n        ext: nil,\n        global: true,\n        isub: nil,\n        local: false,\n        number: '+1-201-555-0123',\n        params: %{'param1' =\u003e nil, 'param2' =\u003e 'value'}\n    }\n\n\n## Using it with Mix\n\nTo use it in your Mix projects, first add it as a dependency:\n\n```elixir\ndef deps do\n  [{:ex_rfc3966, \"~\u003e 0.2.4\"}]\nend\n```\nThen run mix deps.get to install it.\n\n## License\nThe source code is released under Apache 2 License.\n\nCheck [LICENSE](https://github.com/marcelog/ex_abnf/blob/master/LICENSE) file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Fex_rfc3966","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelog%2Fex_rfc3966","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelog%2Fex_rfc3966/lists"}