PHPackages                             unhplace/fedora-ingest - 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. unhplace/fedora-ingest

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

unhplace/fedora-ingest
======================

Automates ingest of digital collections into Fedora Commons 4.

0.2(7y ago)19GPL-3.0-or-laterPHP

Since Oct 29Pushed 7y ago3 watchersCompare

[ Source](https://github.com/unhplace/fedora-ingest)[ Packagist](https://packagist.org/packages/unhplace/fedora-ingest)[ Docs](http://place.unh.edu)[ RSS](/packages/unhplace-fedora-ingest/feed)WikiDiscussions master Synced today

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

fedora-ingest
=============

[](#fedora-ingest)

This PHP library automates the ingest of digital collections metadata and binaries into a [Fedora Commons 4](https://duraspace.org/fedora/) instance. It is known to work with Fedora 4.7.4.

The relationships created between objects conform to the [Portland Common Data Model](https://github.com/duraspace/pcdm/wiki).

All code conforms to the PSR-2 (Coding Style) and PSR-4 (Autoloading) standards.

Install
-------

[](#install)

Via Composer

```
$ composer require unhplace/fedora-ingest
```

Usage
-----

[](#usage)

```
use UNHPlace\FedoraIngest\FedoraCollection;

// Create a new collection with a named slug
$col = FedoraCollection('col-1');

// Set the local path for binaries
$col->setBinaryPath('data');

// CSV source
$col->ingestCsv('csv/metadata.csv');

// FGDC XML source
$col->ingestFgdcXml('xml/*.xml');

// Print the URI of the created collection
echo $col->getUri();

// Print the number of child objects
echo count( $col->getChildren());
```

Credits
-------

[](#credits)

- [Rob Wolff](https://github.com/paniccc)

Acknowledgements
----------------

[](#acknowledgements)

This work was supported by the [Institute of Museum and Library Services](https://www.imls.gov).

License
-------

[](#license)

This library is released under the GPLv3 License. Please see the [License File](LICENSE.md) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

2

Last Release

2751d ago

### Community

Maintainers

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

---

Top Contributors

[![paniccc](https://avatars.githubusercontent.com/u/12969361?v=4)](https://github.com/paniccc "paniccc (21 commits)")

---

Tags

digital-asset-management

### Embed Badge

![Health badge](/badges/unhplace-fedora-ingest/health.svg)

```
[![Health](https://phpackages.com/badges/unhplace-fedora-ingest/health.svg)](https://phpackages.com/packages/unhplace-fedora-ingest)
```

###  Alternatives

[rezzza/formulate

Making life easier while writing complex math formulas, take a breath

1535.3k1](/packages/rezzza-formulate)

PHPackages © 2026

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