PHPackages                             yggverse/yggdrasilctl - 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. yggverse/yggdrasilctl

ActiveLibrary[API Development](/categories/api)

yggverse/yggdrasilctl
=====================

PHP library for yggdrasilctl

1.0.0(2y ago)012MITPHPPHP &gt;=8.1

Since Aug 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/YGGverse/yggdrasilctl-php)[ Packagist](https://packagist.org/packages/yggverse/yggdrasilctl)[ RSS](/packages/yggverse-yggdrasilctl/feed)WikiDiscussions main Synced today

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

yggdrasilctl-php
================

[](#yggdrasilctl-php)

PHP library for [Yggdrasil](https://github.com/yggdrasil-network/)

### Usage

[](#usage)

#### Get peers

[](#get-peers)

```
\Yggverse\Yggdrasilctl\Yggdrasil::getPeers(
  array &$debug  = [],
  array $require = [
    'remote',
    'up',
    'inbound',
    'address',
    'port',
    'key',
    'priority',
    'bytes_recvd',
    'bytes_sent',
    'uptime'
  ]
)

```

##### Attributes

[](#attributes)

- `debug` - optional array of details for each peer that does not match condition bellow
- `require` - optional array of required fields that peer must to contain or skip in result

##### Example

[](#example)

Returns peers that contain `remote` and `uptime` fields, skip other

```
$debug = [];

if (false === $peers = \Yggverse\Yggdrasilctl\Yggdrasil::getPeers($debug, ['remote', 'uptime']))
{
  var_dump($debug);
}

var_dump($peers);

```

### Compatibility

[](#compatibility)

- 0.5.1
- [0.4.7](https://github.com/YGGverse/yggdrasilctl-php/tree/yggdrasil-0.4.7)

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~41 days

Total

3

Last Release

978d ago

Major Versions

0.1.1 → 1.0.02023-10-29

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/108541346?v=4)[d47081](/maintainers/d47081)[@d47081](https://github.com/d47081)

![](https://avatars.githubusercontent.com/u/129769985?v=4)[YGGverse](/maintainers/YGGverse)[@YGGverse](https://github.com/YGGverse)

---

Top Contributors

[![d47081](https://avatars.githubusercontent.com/u/108541346?v=4)](https://github.com/d47081 "d47081 (1 commits)")

---

Tags

phpapilibraryyggdrasilyggdrasilctl

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yggverse-yggdrasilctl/health.svg)

```
[![Health](https://phpackages.com/badges/yggverse-yggdrasilctl/health.svg)](https://phpackages.com/packages/yggverse-yggdrasilctl)
```

###  Alternatives

[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[getjump/vk

Library for work with API Vk.com

20048.5k](/packages/getjump-vk)[mikealmond/musicbrainz

A PHP library for accessing the MusicBrainz API

6388.8k1](/packages/mikealmond-musicbrainz)

PHPackages © 2026

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