PHPackages                             bitexpert/etcetera - 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. bitexpert/etcetera

AbandonedArchivedLibrary

bitexpert/etcetera
==================

A simple ETL library for reading data from any source, extracting information and writing to any target

v0.1.0(9y ago)10792Apache-2.0PHPPHP &gt;=7.0

Since Nov 11Pushed 9y ago9 watchersCompare

[ Source](https://github.com/bitExpert/etcetera)[ Packagist](https://packagist.org/packages/bitexpert/etcetera)[ RSS](/packages/bitexpert-etcetera/feed)WikiDiscussions master Synced 2mo ago

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

bitexpert/etcetera
==================

[](#bitexpertetcetera)

A small lightweight ETL framework

- [Scope](#scope)
- [How does it work?](#work)
- [Getting started](#gettingstarted)

Scope
--------------------------------------

[](#scope)

Etcetera may be used for several jobs concering reading data from a source (typically \*.xlsx files) transforming the data to a desired format by using converters, validators, filters and decorators and storing it to a desired target (e.g. MongoDB)

How does it work?
-------------------------------------------------

[](#how-does-it-work)

Etcetera consists of four main parts:

### Reader

[](#reader)

The reader is used for reading data from your source

### Extractor

[](#extractor)

The extractor is where the magic happens. The extractor extracts the relevant data from the data read by the reader and transforms it by rules described in it's configuration. The resulting data is called extract.

### Writer

[](#writer)

Everytime a dataset is read and extracted, the writer receives the resulting extract and may write it to any target you want to.

### Processor

[](#processor)

The processor the heart of etcetera, it's the glue between reader, extractor and writer

The reader has to read datasets from your desired source and has to create ValueDescriptors from every value found in the source. The extractor will now extract and transform the data of a single dataset described by the ValueDescriptors according to your configured rules. After having extracted and transformed the data will be passed as extract to your writer.

For further instructions please have a look at [bitexpert/etcetera-demo](https://github.com/bitexpert/etcetera-demo)

Further docs will follow as soon as possible.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

Unknown

Total

1

Last Release

3471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1adf0ab660536efce10aeb97f0c90ec881110b64fbd23429fa945190df0def56?d=identicon)[shochdoerfer](/maintainers/shochdoerfer)

---

Top Contributors

[![shochdoerfer](https://avatars.githubusercontent.com/u/596449?v=4)](https://github.com/shochdoerfer "shochdoerfer (5 commits)")[![dropdevcoding](https://avatars.githubusercontent.com/u/3219267?v=4)](https://github.com/dropdevcoding "dropdevcoding (3 commits)")[![cfletcher261](https://avatars.githubusercontent.com/u/25363019?v=4)](https://github.com/cfletcher261 "cfletcher261 (1 commits)")[![nblum](https://avatars.githubusercontent.com/u/7358767?v=4)](https://github.com/nblum "nblum (1 commits)")

---

Tags

etceteraetlphpprocessorreaderwriter

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/bitexpert-etcetera/health.svg)

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.6k](/packages/craftcms-cms)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)

PHPackages © 2026

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