PHPackages                             artprima/ixa-wp-config - 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. artprima/ixa-wp-config

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

artprima/ixa-wp-config
======================

WordPress Configurator Alternative

0.2(12y ago)046MITPHP

Since Feb 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/artprima/ixa-wp-config)[ Packagist](https://packagist.org/packages/artprima/ixa-wp-config)[ RSS](/packages/artprima-ixa-wp-config/feed)WikiDiscussions master Synced yesterday

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

Ixa WP-Config
-------------

[](#ixa-wp-config)

WordPress configuration consistent across environments.

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

[](#installation)

It can be installed using Composer:

```
$ composer require ixa/wp-config 0.2

```

Usage
-----

[](#usage)

Ixa Wp-Config is meant to be used in `wp-config.php` file, this is the recommended way to use it:

```
use Ixa\WordPress\Configuration\Config;

require_once 'vendor/autoload.php';

// Load Config from config/ folder
$config = new Config(dirname(__FILE__) . '/config');
$config->load();

// ... define all variables and require wp-settings

````

## Configuration Folder

Ixa Wp-Config requires to define a folder in which the configuration will be placed.

### Environment Configuration

The configuration folder must contain a file named `.env.yml` with the following variables.

````yaml
parameters:

  # Environment
  environment:    dev

  # Database Credentials
  db_name:        wordpress
  db_user:        root
  db_password:    ""
  db_host:        localhost

  # Site URL
  wp_home:        http://localhost:1234/

````

All variables are required and must be placed under `parameters`. This is because the `.env.yml`  file can be generated dynamically using [Incenteev/ParameterHandler](https://github.com/Incenteev/ParameterHandler).
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

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

4467d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5462781?v=4)[Denis Voytyuk](/maintainers/denisvmedia)[@denisvmedia](https://github.com/denisvmedia)

---

Top Contributors

[![cesarhdz](https://avatars.githubusercontent.com/u/855280?v=4)](https://github.com/cesarhdz "cesarhdz (32 commits)")[![denisvmedia](https://avatars.githubusercontent.com/u/5462781?v=4)](https://github.com/denisvmedia "denisvmedia (2 commits)")

### Embed Badge

![Health badge](/badges/artprima-ixa-wp-config/health.svg)

```
[![Health](https://phpackages.com/badges/artprima-ixa-wp-config/health.svg)](https://phpackages.com/packages/artprima-ixa-wp-config)
```

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[lullabot/drainpipe

An automated build tool to allow projects to have a set standardized operations scripts.

41716.4k2](/packages/lullabot-drainpipe)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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