A first release of a PHP library for IT-NIC’s future EPP implementation. This release covers:
- 1 XML configuration file
- 4 main classes (Client, Session, Contact, Domain) and phpdoc documentation
- 22 examples
- a storage interface to save data (at the moment it comes with just one implementation using ADOdb) to be used to aggregate operations with messages from the polling queue (clTRID field)
- the Client class uses PEAR’s HTTP_Client (http://pear.php.net/) to handle sessions