PHP Net_IDNA 0.4.4 review

Download
by rbytes.net on

IDNA stands for "Internationalized Domain Names in Applications"

License: LGPL (GNU Lesser General Public License)
File size: 40K
Developer: Matthias Sommerfeld
0 stars award from rbytes.net

IDNA stands for "Internationalized Domain Names in Applications". Although there's various extensions for PHP, most of the providers do not offer these for use.

That's why we programmed an implementation written in PHP completely.

PHP Net_IDNA class is also available as a PEAR package.

This class is our contribution to the Open Source Community and that's why it is licvenced under the LGPL (GNU Lesser General Public Licnece), i.e. it can be used in non-comercial and commercial projects.

To use Net_IDNA in your own appications, you just need to include() or require() the source and instantiate the class with $idn = new Net_IDNA().

The object offers two methods - encode() for converting an UTF-8 string to Punycode format and decode() for the opposite direction.

What's New in This Release:
This build just fixes an undefined variable called in the utf8_to_ucs4() method.

PHP Net_IDNA 0.4.4 keywords