├── CHANGELOG.md ├── LICENSE ├── README.md ├── composer.json └── src ├── Exception ├── DomainOutOfBoundsException.php ├── LabelOutOfBoundsException.php └── OutOfBoundsException.php └── Punycode.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/composer.json -------------------------------------------------------------------------------- /src/Exception/DomainOutOfBoundsException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/src/Exception/DomainOutOfBoundsException.php -------------------------------------------------------------------------------- /src/Exception/LabelOutOfBoundsException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/src/Exception/LabelOutOfBoundsException.php -------------------------------------------------------------------------------- /src/Exception/OutOfBoundsException.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/src/Exception/OutOfBoundsException.php -------------------------------------------------------------------------------- /src/Punycode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true/php-punycode/HEAD/src/Punycode.php --------------------------------------------------------------------------------