PHPackages                             earc/data-default-setup - 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. [Framework](/categories/framework)
4. /
5. earc/data-default-setup

ActiveLibrary[Framework](/categories/framework)

earc/data-default-setup
=======================

eArc - the explicit architecture framework - default setup for the data component

0.0(5y ago)07MITPHPPHP ^8.0

Since Apr 10Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Koudela/eArc-data-default-setup)[ Packagist](https://packagist.org/packages/earc/data-default-setup)[ RSS](/packages/earc-data-default-setup/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

eArc-data-default-setup
=======================

[](#earc-data-default-setup)

This package bundles the following bridges for the [earc/data](https://github.com/Koudela/eArc-data)abstraction:

- [earc/data-filesystem](https://github.com/Koudela/eArc-data-filesystem) entity backup
- [earc/data-redis](https://github.com/Koudela/eArc-data) entity caching
- [earc/data-elasticsearch](https://github.com/Koudela/eArc-data) entity searching
- [earc/data-primary-key-generator](https://github.com/Koudela/eArc-data-primary-key-generator) primary key auto generation

installation
------------

[](#installation)

Install the earc/data-default-setup library via composer.

```
$ composer require earc/data-default-setup
```

basic usage
-----------

[](#basic-usage)

Initialize the earc/data abstraction and the default setup in your index.php, bootstrap or configuration script.

```
use eArc\DataDefaultSetup\Initializer;

Initializer::init();
```

Check the `ParameterInterface` for optional parameters that can be set via [earc/di](https://github.com/Koudela/eArc-di#parameters). For example the redis connection.

```
use eArc\DataDefaultSetup\ParameterInterface;

$redisConnection = ['127.0.0.1', 6379];

di_set_param(ParameterInterface::REDIS_CONNECTION, $redisConnection);
di_set_param(ParameterInterface::KEY_GENERATOR_REDIS_CONNECTION, $redisConnection);
```

You may use for data/redis and earc/data-primary-key-generator different redis servers. Thus, you have to set it twice.

releases
--------

[](#releases)

### release 0.0

[](#release-00)

- first official release

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1862d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7308f2797252cace014cfec12c1b5978c1bf5608be78d7a188ff690192959f3?d=identicon)[Thomas Koudela](/maintainers/Thomas%20Koudela)

---

Top Contributors

[![Koudela](https://avatars.githubusercontent.com/u/21366492?v=4)](https://github.com/Koudela "Koudela (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/earc-data-default-setup/health.svg)

```
[![Health](https://phpackages.com/badges/earc-data-default-setup/health.svg)](https://phpackages.com/packages/earc-data-default-setup)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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