PHPackages                             frozzare/elda - 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. frozzare/elda

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

frozzare/elda
=============

Simple WordPress Plugin Bootstrapper

v1.2.3(9y ago)57.8k1MITPHPPHP &gt;=5.4 || ^7.0

Since Aug 18Pushed 6y ago2 watchersCompare

[ Source](https://github.com/wpup/elda)[ Packagist](https://packagist.org/packages/frozzare/elda)[ Docs](https://github.com/frozzare/elda)[ RSS](/packages/frozzare-elda/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

elda
====

[](#elda)

[![Build Status](https://camo.githubusercontent.com/d2992de6e5a0f7dc964715b6c1bf728286c6aed5272345186495bdbbb2ed8956/68747470733a2f2f7472617669732d63692e6f72672f777075702f656c64612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wpup/elda)[![codecov.io](https://camo.githubusercontent.com/a70e1a2be182491130a470acf8d5dc546890bb9b827eeb809efadb7c6f5e75b8/687474703a2f2f636f6465636f762e696f2f6769746875622f777075702f656c64612f636f7665726167652e7376673f6272616e63683d6d6173746572)](http://codecov.io/github/wpup/elda?branch=master)[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

Simple WordPress Plugin Bootstrapper. Elda loades files and register the [wp-autoload](https://github.com/wpup/autoload). Default Elda looks for code in `src` directory in your plugin directory, this can be changed with `src_dir` in options array.

Install
-------

[](#install)

```
composer require frozzare/elda

```

Example
-------

[](#example)

```
/**
 * Plugin Name: Customer
 * Description: Customer description
 * Author: Customer
 * Author URI: http://example.com
 * Version: 1.0.0
 * Textdomain: customer
 */

use Frozzare\Elda\Elda;

/**
 * Bootstrap Customer plugin with Elda.
 */
Elda::boot( __FILE__, [
  'domain'    => 'customer',
  'files'     => [
    'lib/papi.php'
  ],
  'namespace' => 'Customer\\'
] );
```

License
-------

[](#license)

MIT © [Fredrik Forsmo](https://github.com/frozzare)

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

Recently: every ~118 days

Total

7

Last Release

3442d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.4

v1.2.3PHP &gt;=5.4 || ^7.0

### Community

Maintainers

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

---

Top Contributors

[![frozzare](https://avatars.githubusercontent.com/u/14610?v=4)](https://github.com/frozzare "frozzare (59 commits)")

---

Tags

pluginwordpressutilitiescustomer

### Embed Badge

![Health badge](/badges/frozzare-elda/health.svg)

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

###  Alternatives

[iceicetimmy/acf-post-type-selector

Post type selector for Advanced Custom Fields.

559.0k](/packages/iceicetimmy-acf-post-type-selector)

PHPackages © 2026

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