Skip to content

PHP Library for encoding and decoding international domain names to and from punycode

License

Notifications You must be signed in to change notification settings

djaho/PHP_IDN_Punycode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP_IDN_Punycode

PHP Library for encoding and decoding international domain names to and from punycode

Simple example:

echo Punycode::encodeHostname('bücher.ch')."\n";
echo Punycode::decodeHostname('xn--bcher-kva.ch')."\n";

About

PHP Library for encoding and decoding international domain names to and from punycode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%