PHPackages                             nfra/kicker - 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. nfra/kicker

ActiveProject

nfra/kicker
===========

v1.5.3(4y ago)0140mitPHPPHP &gt;=7.1

Since Sep 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/nfra-project/nfra-kicker)[ Packagist](https://packagist.org/packages/nfra/kicker)[ RSS](/packages/nfra-kicker/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (7)Dependencies (3)Versions (13)Used By (0)

Infracamp kicker
================

[](#infracamp-kicker)

**This is an internal project.**

This Project is part of the \**kickstart-flavor-* \*\* projects

.kick.yml Reference
-------------------

[](#kickyml-reference)

```
version: 1
from: "from/docker-image"

config_file:
  template: "config.php.dist"
  target: "config.php"

# Install packages via apt-get
packages: [package1, package2]

# Set Environment Variables
env:
  - SOME_ENV=Some value
  - PATH="/some/path:$PATH"
  - "SOME_ENV=${SOME_ENV:-defaultValue}"      # Define default environment

command:
    command_name1:
      - "script to exec (as user)"

    command_shell: |
      if [ -f /some/file ]; then
         echo "file found"
      fi;

```

Config file writer
------------------

[](#config-file-writer)

kicker can replace values from environment in your config files. Just define a `template` and a `target` in your `.kick.yml`:

```
config_file:
  template: "test/test.in.txt"
  target: "/tmp/test.out.txt"
```

The action `kick write_config_files` will take the template-file, replace placeholders and write it to `target` on each start of the container.

Placeholders are:

```
%NAME_OF_REQUIRED_ENV%

```

Optional with default value:

```
%ENV_NAME?default_value%

```

Attention: The placeholder will be replaced by the shell-escaped value of the environment. But **it won't add quotes around the value**!

To correctly handle values, you should quote every placeholder:

```
define ("SOME_CONSTANT", "%ENV_NAME?default_value%");
```

Config Template
---------------

[](#config-template)

Server Configuration can be stored in `.kicker/conf/`. If this directory is present, all contents will be parsed and copied to the dedicated subfolder in the containers root file system.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Every ~49 days

Recently: every ~97 days

Total

12

Last Release

1530d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/878a384d056698a2400e4b7c8858db05a6caebb2c560e67151be36d46d58def0?d=identicon)[dermatthes](/maintainers/dermatthes)

---

Top Contributors

[![dermatthes](https://avatars.githubusercontent.com/u/13380559?v=4)](https://github.com/dermatthes "dermatthes (23 commits)")

### Embed Badge

![Health badge](/badges/nfra-kicker/health.svg)

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

###  Alternatives

[getkirby/cms

The Kirby core

1.5k535.5k352](/packages/getkirby-cms)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)

PHPackages © 2026

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