PHPackages                             yocto/yoclib-epp - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. yocto/yoclib-epp

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

yocto/yoclib-epp
================

This yocLibrary enables your project to send and receive with EPP (Extensible Provisioning Protocol) in PHP.

02581PHP

Since Dec 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/yocto/yoclib-epp-php)[ Packagist](https://packagist.org/packages/yocto/yoclib-epp)[ RSS](/packages/yocto-yoclib-epp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

yocLib - EPP (PHP)
==================

[](#yoclib---epp-php)

This yocLibrary enables your project to send and receive with EPP (Extensible Provisioning Protocol) in PHP.

Status
------

[](#status)

[![PHP Composer](https://github.com/yocto/yoclib-epp-php/actions/workflows/php.yml/badge.svg)](https://github.com/yocto/yoclib-epp-php/actions/workflows/php.yml)[![codecov](https://camo.githubusercontent.com/330eb840f8b6153ced7960cc1ad7c8dc3272c2d1870b807b33befa4b21f897df/68747470733a2f2f636f6465636f762e696f2f67682f796f63746f2f796f636c69622d6570702d7068702f67726170682f62616467652e737667)](https://codecov.io/gh/yocto/yoclib-epp-php)

Installation
------------

[](#installation)

`composer require yocto/yoclib-epp`

Usage
-----

[](#usage)

### Reading

[](#reading)

```
use YOCLIB\EPP\EPPDocumentHelper;
use YOCLIB\EPP\Connections\EPPTCPConnection;
use YOCLIB\EPP\Elements\EPPEppElement;

$conn = new EPPTCPConnection(new SIDNTest);

$doc = $conn->readDocument();

/**@var EPPEppElement $epp*/
$epp = $doc->documentElement;

$hello = $epp->getHello();
```

### Writing

[](#writing)

```
use YOCLIB\EPP\EPPDocumentHelper;
use YOCLIB\EPP\EPPNamespaces;
use YOCLIB\EPP\Connections\EPPTCPConnection;
use YOCLIB\EPP\Registries\SIDNTest;

$doc = EPPDocumentHelper::createEPPDocument();

$epp = $doc->createElementNS(EPPNamespaces::EPP_1_0,'epp');

$hello = $doc->createElementNS(EPPNamespaces::EPP_1_0,'hello');

$epp->appendChild($hello);

$doc->appendChild($epp);

$conn = new EPPTCPConnection(new SIDNTest);

$xml = $conn->writeDocument($doc);
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3ae034dabcca429037e8c8dc77874180d875a0f3ea4772f8e854fa78ffe5585?d=identicon)[ben221199](/maintainers/ben221199)

---

Top Contributors

[![ben221199](https://avatars.githubusercontent.com/u/12856904?v=4)](https://github.com/ben221199 "ben221199 (53 commits)")

---

Tags

composereppphpxmlyoclibyocto

### Embed Badge

![Health badge](/badges/yocto-yoclib-epp/health.svg)

```
[![Health](https://phpackages.com/badges/yocto-yoclib-epp/health.svg)](https://phpackages.com/packages/yocto-yoclib-epp)
```

###  Alternatives

[mtdowling/jmespath.php

Declaratively specify how to extract elements from a JSON document

2.0k472.8M135](/packages/mtdowling-jmespathphp)[opis/closure

A library that can be used to serialize closures (anonymous functions) and arbitrary data.

2.6k230.0M284](/packages/opis-closure)[masterminds/html5

An HTML5 parser and serializer.

1.8k242.8M229](/packages/masterminds-html5)[sabberworm/php-css-parser

Parser for CSS Files written in PHP

1.8k191.2M65](/packages/sabberworm-php-css-parser)[michelf/php-markdown

PHP Markdown

3.5k52.4M345](/packages/michelf-php-markdown)[jms/metadata

Class/method/property metadata management in PHP

1.8k152.8M88](/packages/jms-metadata)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
