PHPackages                             pandi-id/php-epp-id - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. pandi-id/php-epp-id

ActiveLibrary[HTTP &amp; Networking](/categories/http)

pandi-id/php-epp-id
===================

A High Level EPP (Extensible Provisioning Protocol) TCP/SSL Client for PHP

1.0.2(6y ago)5437GPL-3.0+PHPPHP &gt;=5.5.0CI failing

Since Jul 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/pandi-id/php-epp-id)[ Packagist](https://packagist.org/packages/pandi-id/php-epp-id)[ Docs](https://github.com/pandi-id/epp-id)[ RSS](/packages/pandi-id-php-epp-id/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

php-epp-id
==========

[](#php-epp-id)

This is a modified files from [AfriCC](https://github.com/AfriCC/php-epp2)

**php-epp-id** is a High Level Extensible Provisioning Protocol (EPP) TCP/SSL client written in modern PHP.

Released under the GPLv3 License, feel free to contribute (fork, create meaningful branchname, issue pull request with thus branchname)!

Requirements
------------

[](#requirements)

- PHP 5.5+
- php-ext-intl
- php-ext-openssl

Features
--------

[](#features)

- modern PHP standards
    - [PSR-1](http://www.php-fig.org/psr/psr-1/), [PSR-2](http://www.php-fig.org/psr/psr-2/) &amp; [PSR-4](http://www.php-fig.org/psr/psr-4/)
    - notice and warning free (find them, and I'll fix it!)
- high-level usage (Plug &amp; Play)
- simplified client (auto login/logout, auto inject clTRID)
- SSL (+local-cert)
- XPath like setter to simplify the creation of complex XML structures
- XML based responses for direct traversal via XPath
- [RFC 5730](http://tools.ietf.org/html/rfc5730), [RFC 5731](http://tools.ietf.org/html/rfc5731), [RFC 5732](http://tools.ietf.org/html/rfc5732), [RFC 5733](http://tools.ietf.org/html/rfc5733), [RFC 5734](http://tools.ietf.org/html/rfc5734) &amp; [RFC 3915](http://tools.ietf.org/html/rfc3915)

Install
-------

[](#install)

Via Composer

```
$ composer require pandi-id/php-epp-id

```

Usage
-----

[](#usage)

See the [examples](https://github.com/pandi-id/php-epp-id/tree/master/examples)folder for a more or less complete usage reference.

### Basic Client Connection

[](#basic-client-connection)

this will automatically login on connect() and logout on close()

```
