PHPackages                             infracamp/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. infracamp/kicker

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

infracamp/kicker
================

v1.2.3(5y ago)082mitShellPHP &gt;=7.1

Since Mar 23Pushed 4y ago2 watchersCompare

[ Source](https://github.com/infracamp/kicker)[ Packagist](https://packagist.org/packages/infracamp/kicker)[ RSS](/packages/infracamp-kicker/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (5)Dependencies (5)Versions (8)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"

env:
  - SOME_ENV=Some value
  - PATH="/some/path:$PATH"

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

```

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%");
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

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

Total

7

Last Release

2117d 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 (42 commits)")

### Embed Badge

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

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

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49617.1k](/packages/blackfire-player)[altis/local-server

Local Server module for Altis

18221.6k3](/packages/altis-local-server)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1616.4k14](/packages/2lenet-crudit-bundle)

PHPackages © 2026

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