2017 © Pedro PelĂĄez
 

library php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

image

spomky-labs/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  • Friday, April 29, 2016
  • by Spomky
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 27 Forks
  • 0 Open issues
  • 9 Versions
  • 14 % Grown

The README.md

Punycode

Build Status Scrutinizer Code Quality, (*1)

Coverage Status, (*2)

SensioLabsInsight, (*3)

Latest Stable Version Total Downloads Latest Unstable Version License, (*4)

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)., (*5)

Original code from https://github.com/true/php-punycode, (*6)

The Release Process

The release process is described here., (*7)

Prerequisites

This library needs at least PHP 5.4+., (*8)

It has been successfully tested using PHP 5.4 to PHP 5.6, PHP 7 (7.0 and nightly) and HHVM., (*9)

Installation

The preferred way to install this library is to rely on Composer:, (*10)

composer require "spomky-labs/php-punycode"

How to use

<?php

// Import Punycode
use SpomkyLabs\Punycode;

var_dump(Punycode::encode('renangonçalves.com'));
// outputs: xn--renangonalves-pgb.com

var_dump(Punycode::decode('xn--renangonalves-pgb.com'));
// outputs: renangonçalves.com

Contributing

Requests for new features, bug fixed and all other ideas to make this library useful are welcome. Please follow these best practices., (*11)

Licence

This library is release under MIT licence., (*12)

The Versions

29/04 2016

dev-master

9999999-dev https://github.com/spomky-labs/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

 

The Development Requires

by Renan Gonçalves

idna punycode

29/04 2016

dev-analysis-qxPZ0q

dev-analysis-qxPZ0q https://github.com/spomky-labs/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

24/10 2015

v3.0.1

3.0.1.0 https://github.com/spomky-labs/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

24/10 2015

v3.0.0

3.0.0.0 https://github.com/spomky-labs/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.6
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

01/09 2015

v2.0.1

2.0.1.0 https://github.com/true/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

24/06 2015

2.0.0

2.0.0.0 https://github.com/true/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

12/03 2015

1.1.0

1.1.0.0 https://github.com/true/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

26/08 2014

1.0.1

1.0.1.0 https://github.com/true/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode

10/03 2014

1.0.0

1.0.0.0 https://github.com/true/php-punycode

A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)

  Sources   Download

MIT

The Requires

  • php >=5.3.0
  • ext-mbstring *

 

The Development Requires

by Renan Gonçalves

idna punycode