An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

IDNACONV
=====================

[![HLEB2](https://img.shields.io/badge/HLEB-2-darkcyan)](https://github.com/phphleb/hleb) ![PHP](https://img.shields.io/badge/PHP-^8.2-blue) [![License: MIT](https://img.shields.io/badge/License-MIT%20(Free)-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
```