PHP EPP library IT-NIC (v3.0 release candidate 2)

Include path in all examples is now based on the __FILE__ constant. You may therefor launch a file from whatever path you are in. In order for that, the internal behaviour of the Client class (which locates and reads the config.xml file) has been altered as well. This now extends nicely to the new WSDL class and we don’t need an ugly, separate config file for it anymore.

Smarty default values should be kept empty from now on. The smarty compile folder still needs write permissions (ie. www-data on Debian/Ubuntu if you are trying to use the WSDL interface). If this is not granted the Client class will try to failback to ‘/tmp’, emit warnings in case of success and die with an error message in case of a failure.

Any transferStatus query now fills the reID/acID fields (if set) and new Smarty and adoDB libraries have been added.

With some luck this is going to be the last RC version before 3.0 (expect it next week). On my side most things work pretty well now 🙂

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

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

PHP EPP library IT-NIC (v3.0 release candidate 1)

Bug fixes as usual, but now a few things more are completed and tested (at least as far as I can tell). Among the fixes: Domain and Contact object values are now re-initialized before every fetch from either DB or EPP servers.

The main news: messages from the polling queue are now parsed and stored in human-readable format in their own table (3 new examples are included). As far as possible they are aggregated by a LEFT JOIN to the domain names. If those are stored in the DB as well, you will get nicely readable notices on a per-domain base, which for example may be interesting and useful in order to handle domain transfers.

Out of security considerations the WSDL interface has been moved into its own subfolder called ‘private/’. The apache configuration example, documentation and script have all been updated to fit that purpose.

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

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

PHP EPP library IT-NIC (v3.0 beta 2)

Hi everyone! Looks like a big upgrade and yes, that is what it is going to be. The new version comes with some changes in the DB schema and WSDL support. The later should already be quite usable, while the former won’t make much sense as as stand-alone thing, but only in conjunction with an eventual web application. The former may also be a reason for you not to update right now.

There are a few bug fixes in this release, which I am not planing on integrating with the old version/schema, so you should think about upgrading (SQL upgrade schemas included) as soon as version 3.0 is available.

The documentation now resides in the ‘docs’ folder, where you will also find a WSDL specification (PDF format) and a new ‘TODO’ file on what is yet planned for the next version. The WSDL thing obviously comes with a bunch of WSDL-client examples; please see the ‘examples-wsdl’ folder.

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

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