PHPackages                             agilegeeks/eurid-epp-php - 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. [API Development](/categories/api)
4. /
5. agilegeeks/eurid-epp-php

ActiveLibrary[API Development](/categories/api)

agilegeeks/eurid-epp-php
========================

An EPP client for Eurid

2572PHPCI failing

Since Dec 17Pushed 1y ago3 watchersCompare

[ Source](https://github.com/agilegeeks/eurid-epp-php)[ Packagist](https://packagist.org/packages/agilegeeks/eurid-epp-php)[ RSS](/packages/agilegeeks-eurid-epp-php/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Eurid EPP SDK
=============

[](#eurid-epp-sdk)

Eurid EPP SDK is a small library that allows you to connect with the EURid registry via the EPP protocol.

How to use
----------

[](#how-to-use)

This library was written using PHP's PSR-4 specification for autoloading. The library is available via composer repository, you can add it to your 'composer.json' like this:

```
...
"require": {
    "agilegeeks/eurid-epp-php": "dev-master",
},
"autoload": {
   "psr-4": {
       "AgileGeeks\\EPP\\Eurid\\": "src"
    }
}
...

```

Once installed, you can use the library like in the following example:

```
