PHP EPP library IT-NIC (v3.3)

Updated the update-contact template in order to support authinfo-updates on contacts. They are not used but defined by the protocol, so what… 🙂

Added a config.xml parameter in order to switch on/off sending email notifications for all polling queue messages (this only affects the webinterface implementation though).

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

DOWNLOAD:  EPP library IT-NIC (PHP) (9178 downloads )

PHP EPP library IT-NIC (v3.2)

Support for IDN domain names added. It runs nicely on the testing system and should become available to the general public at some point in 2011 when the Italian Registry goes into production with IDN domain names. At this point I fixed the sendRequest method in the client class which (wrongly) always used utf8_encode() on the data to be sent. This issue led to double-encoding in cases where your data was already in UTF-8 format. For those of you feeding data in ISO-8859-1 format I added the forceUTF8 configuration parameter. I have added an example for IDN registration (032) and fixed example number 011 from which it derives. The german ‘sz’ (alias ‘ß’) will be encoded as ‘ss’, since DNS checks on the testing system require it to be handled this way.

Also added in this version:

  • domain status clientLock (can only be viewed and will be assigned when setting clientHold)
  • parsing of credit information in creditMsgData messages (no longer handled as ‘unknown’)
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...

DOWNLOAD: EPP library IT-NIC (PHP) (8807 downloads )

PHP EPP library IT-NIC (v3.1)

A typo inside the domain object fixed. Thanks Luca!

Thanks to the guys at the registry and the new accreditation test 2.0 I found the status option clientTransferProhibited was missing. Now everything is fine and ready for accreditation test version 2.0. I also added support to correctly handle multiple domain states to the domain object, including updates to all examples.

Also added support for the crDate and exDate domain information. This requires a very small update to the DB as well, but comes along with the big advantage that you can do credit-forecasts. Obviously this would only be an approximation though!

1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 4.83 out of 5)
Loading...

DOWNLOAD:  EPP library IT-NIC (PHP) (8842 downloads )