PHPackages                             wartron/yii2docker - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. wartron/yii2docker

ActiveYii2-extension[DevOps &amp; Deployment](/categories/devops)

wartron/yii2docker
==================

Yii2 Docker Module

261PHP

Since Aug 11Pushed 10y ago1 watchersCompare

[ Source](https://github.com/wartron/yii2-docker)[ Packagist](https://packagist.org/packages/wartron/yii2docker)[ RSS](/packages/wartron-yii2docker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Yii2-Docker
===========

[](#yii2-docker)

This provides a simple Yii2 Module to view and interact with the Docker Remote API. It includes simple grid views for both containers and images.

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

[](#installation)

Add to the modules in config/main.php

If you are using the advanced template you want to add this to backend/config/main.php

You can override the default layout as well.

```
'modules'    => [
    'docker'  => [
        'class'         => 'wartron\yii2docker\Module',
        'layout'        => '@admin-views/layouts/main',
    ],
],

```

Optional Override the views by updating the theme pathMap

```
'view'         => [
    'theme' => [
        'pathMap' => [
            '@vendor/wartron/yii2docker/views' => '@app/views/docker',
        ],
    ],
],

```

Configuration
-------------

[](#configuration)

This uses my fork of stage1/docker-php found @ [wartron/docker-php](https://github.com/wartron/docker-php) which is configued with ENV variables.

- `DOCKER_HOST` - defaults to unix:///var/run/docker.sock
- `DOCKER_TLS_VERIFY` - defaults to 0
- `DOCKER_CERT_PATH` -

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![wartron](https://avatars.githubusercontent.com/u/713638?v=4)](https://github.com/wartron "wartron (29 commits)")

### Embed Badge

![Health badge](/badges/wartron-yii2docker/health.svg)

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

###  Alternatives

[deployer/deployer

Deployment Tool

11.0k25.4M207](/packages/deployer-deployer)[appwrite/server-ce

End to end backend server for frontend and mobile apps.

55.3k84.2k](/packages/appwrite-server-ce)[pragmarx/health

Laravel Server &amp; App Health Monitor and Notifier

2.0k1.0M2](/packages/pragmarx-health)[felixfbecker/language-server-protocol

PHP classes for the Language Server Protocol

22476.7M6](/packages/felixfbecker-language-server-protocol)[heroku/heroku-buildpack-php

Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku

8161.3M10](/packages/heroku-heroku-buildpack-php)[tiamo/phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard

4674.7k](/packages/tiamo-phpas2)

PHPackages © 2026

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