PHPackages                             silverstripe-platform/elder2fs - 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. silverstripe-platform/elder2fs

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

silverstripe-platform/elder2fs
==============================

Elder to filesystem converter

0311PHP

Since Mar 20Pushed 7y ago9 watchersCompare

[ Source](https://github.com/silverstripeltd/elder2fs)[ Packagist](https://packagist.org/packages/silverstripe-platform/elder2fs)[ RSS](/packages/silverstripe-platform-elder2fs/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Elder2fs
========

[](#elder2fs)

This tool connects to Elder and renders KB articles into regular md files.

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

[](#installation)

```
composer require "silverstripeltd/elder2fs"

```

Usage
-----

[](#usage)

In your project root, create `elder2fs.yml`. Here is an example:

```
elderUrl:
variables:
  platform:
    companyName: Terrible Ideas Ltd.
pages:
  stuff:
    index.md:
      url: https://github.com/silverstripe/silverstripe-framework/blob/4/docs/en/index.md
    installation.md:
      url: https://github.com/silverstripe/silverstripe-framework/tree/4/docs/en/00_Getting_Started/01_Installation/index.md

```

`elderUrl` is the address at which Elder is running. It's specific to your infrastructure.

`variables` must contain all variables required by the KBs being rendered, otherwise Elder API calls will fail.

`pages` is the output tree of directories and Markdown files. Missing directories will be created.

Once configured, you can run elder2fs by:

```
vendor/bin/elder2fs

```

If it's human operated, you might want to ensure caches are flushed, especially if you have just committed some changes:

```
vendor/bin/elder2fs --flush

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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://avatars.githubusercontent.com/u/118653?v=4)[Mateusz U](/maintainers/mateusz)[@mateusz](https://github.com/mateusz)

---

Top Contributors

[![mateusz](https://avatars.githubusercontent.com/u/118653?v=4)](https://github.com/mateusz "mateusz (22 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")[![stojg](https://avatars.githubusercontent.com/u/485130?v=4)](https://github.com/stojg "stojg (1 commits)")

### Embed Badge

![Health badge](/badges/silverstripe-platform-elder2fs/health.svg)

```
[![Health](https://phpackages.com/badges/silverstripe-platform-elder2fs/health.svg)](https://phpackages.com/packages/silverstripe-platform-elder2fs)
```

###  Alternatives

[crodas/languagedetector

simple library to classify texts

320259.1k](/packages/crodas-languagedetector)

PHPackages © 2026

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