PHPackages                             pzoechner/ged-tree - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. pzoechner/ged-tree

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

pzoechner/ged-tree
==================

PHP library to extract information from GEDCOM files

v0.3.1(4y ago)016MITPHPPHP ^8.1

Since Feb 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/pzoechner/ged-tree)[ Packagist](https://packagist.org/packages/pzoechner/ged-tree)[ RSS](/packages/pzoechner-ged-tree/feed)WikiDiscussions master Synced 2d ago

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

GED Tree
========

[](#ged-tree)

A package to extract information from GEDCOM files.

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

[](#installation)

```
composer require pzoechner/ged-tree

```

Usage
-----

[](#usage)

```
$tree = Tree::load(__DIR__ . 'file.ged');
```

### Accessing Individuals and Families

[](#accessing-individuals-and-families)

The getters are returning Illumniate `LazyCollection`s.

#### Individuals

[](#individuals)

```
$individuals = $tree->getIndividuals();
```

```
$individual = $individuals->first();
$individual->id;            // '@I2@'
$individual->name->first;   // 'Julia'
$individual->name->last;    // 'Doe'
$individual->name->married; // 'Williams'
```

#### Families

[](#families)

```
$families = $tree->getFamilies();
```

```
$family = $families->first();
$family->id;               // '@F1@'
$family->pointers;         // ['@I2@', '@I3@']
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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 ~0 days

Total

8

Last Release

1538d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/625d6cfd3b5a4de0ced62a038d9f5c695fdca0c7b32fab5113d01b1868b61fa0?d=identicon)[pzoechner](/maintainers/pzoechner)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/pzoechner-ged-tree/health.svg)

```
[![Health](https://phpackages.com/badges/pzoechner-ged-tree/health.svg)](https://phpackages.com/packages/pzoechner-ged-tree)
```

###  Alternatives

[illuminate/support

The Illuminate Support package.

583107.1M34.5k](/packages/illuminate-support)[pragmarx/countries

PHP Countries and Currencies

1.9k3.3M18](/packages/pragmarx-countries)[illuminate/events

The Illuminate Events package.

13454.3M1.8k](/packages/illuminate-events)[illuminate/config

The Illuminate Config package.

10842.7M2.2k](/packages/illuminate-config)[illuminate/session

The Illuminate Session package.

9937.4M753](/packages/illuminate-session)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)

PHPackages © 2026

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