https://github.com/phphleb/idnaconv
Encoding/decoding internationalized domain names
https://github.com/phphleb/idnaconv
Last synced: 4 months ago
JSON representation
Encoding/decoding internationalized domain names
- Host: GitHub
- URL: https://github.com/phphleb/idnaconv
- Owner: phphleb
- License: mit
- Created: 2024-01-29T13:15:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:29:01.000Z (over 1 year ago)
- Last Synced: 2025-04-06T07:12:53.835Z (about 1 year ago)
- Language: PHP
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
IDNACONV
=====================
[](https://github.com/phphleb/hleb)  [-brightgreen.svg)](https://github.com/phphleb/hleb/blob/master/LICENSE)
IDNACONV is a pure PHP implementation of IDNA, which allows to convert internationalized domain names.
Install using Composer:
```bash
composer require phphleb/idnaconv
```