PHPackages                             koalapress/euca - 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. [CLI &amp; Console](/categories/cli)
4. /
5. koalapress/euca

ActiveLibrary[CLI &amp; Console](/categories/cli)

koalapress/euca
===============

KoalaPress CLI to manage Docker/WordPress setup

00Shell

Since Jul 28Pushed 9mo agoCompare

[ Source](https://github.com/koalapress/euca)[ Packagist](https://packagist.org/packages/koalapress/euca)[ RSS](/packages/koalapress-euca/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

🐨 EUCA – KoalaPress CLI
=======================

[](#-euca--koalapress-cli)

**EUCA** is a lightweight command-line tool to manage a Docker-based WordPress development environment – optimized for [KoalaPress](https://koalapress.org) themes.

> 🌿 Streamlined setup with Docker, WP-CLI, Composer, and Acorn.

---

📦 Installation
--------------

[](#-installation)

### Via Composer

[](#via-composer)

```
composer require --dev koalapress/euca
```

You can now run the CLI like this:

```
./vendor/bin/euca
```

Optional: make it available globally

```
composer global require koalapress/euca
euca
```

### Requirements

[](#requirements)

- Docker + Docker Compose v2+
- Composer
- WP-CLI installed inside your container
- Optionally: `xdg-open`, `open`, or `start` for browser support

---

🚀 Usage
-------

[](#-usage)

```
./vendor/bin/euca  [--no-open]
```

### Available Commands

[](#available-commands)

CommandDescription`setup`Full WordPress setup 🌱`install`Install WordPress core`theme`Activate the KoalaPress theme`plugins`Install Composer plugins inside the theme`cleanup`Delete unused plugins and themes`lang`Install and activate WordPress language`permalinks`Set permalink structure to `/postname/``up`Start Docker containers`down`Stop Docker containers`restart`Restart Docker containers`wp`Run WP-CLI commands inside the container`composer`Run Composer commands inside the theme folder`acorn`Run Acorn commands inside the theme`bin`Run theme-local `vendor/bin/...` commands---

⚙️ Configuration
----------------

[](#️-configuration)

All settings are controlled via a `.env` file in your project root:

```
PROJECT_NAME=koala
SERVICE=wordpress
DOMAIN=koala.localhost
ADMIN_USER=admin
ADMIN_PASS=admin
ADMIN_EMAIL=admin@example.com
SITE_TITLE="My KoalaPress Site"
LOCALE=de_DE
```

If no `.env` is found, one will be auto-generated or copied from `.env.example`.

---

🔐 Admin Login
-------------

[](#-admin-login)

After setup, the login URL (`/wp-admin`) is automatically opened.

- **Username:** `admin` (or from `.env`)
- **Password:** `admin` (or from `.env`)

---

📁 Recommended Project Structure
-------------------------------

[](#-recommended-project-structure)

```
my-project/
├── docker-compose.yml
├── .env
├── build/
│   (with its own composer.json)

```

---

🧪 Example
---------

[](#-example)

```
# Run full setup
./vendor/bin/euca setup

# Activate theme
./vendor/bin/euca theme

# Stop containers
./vendor/bin/euca down
```

---

📝 License
---------

[](#-license)

MIT © [KoalaPress](https://koalapress.org)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance40

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![sixmonkey](https://avatars.githubusercontent.com/u/15140258?v=4)](https://github.com/sixmonkey "sixmonkey (1 commits)")

### Embed Badge

![Health badge](/badges/koalapress-euca/health.svg)

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

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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