Skip to content

finwo/php-punycode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finwo / Punycode

Non-length-limited punycode en-/decoder

Usage

Encoding a string

$encodedString = Punycode::encode( $stringToEncode );

Decoding a string

$decodedString = Punycode::decode( $encodedString );

Checking if a string is valid punycode

$isValid = Punycode::isPunycode( $stringToTest );

Contributing

After checking the Github issues and confirming that your request isn't already being worked on, feel free to spawn a new fork and send in a pull request.

About

Non-length-limited punycode en-/decoder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages