PHPackages                             kohkimakimoto/altax-chef - 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. kohkimakimoto/altax-chef

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

kohkimakimoto/altax-chef
========================

Runs chef-solo via altax.

129PHP

Since Mar 6Pushed 12y ago1 watchersCompare

[ Source](https://github.com/kohkimakimoto/altax-chef)[ Packagist](https://packagist.org/packages/kohkimakimoto/altax-chef)[ RSS](/packages/kohkimakimoto-altax-chef/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Altax chef plugin
=================

[](#altax-chef-plugin)

Runs chef-solo via [altax](https://github.com/kohkimakimoto/altax) and Git.

> NOTE: This product is in development stag, So I sometimes break code.

Requirement
-----------

[](#requirement)

I tested it on the following environments.

- CentOS6
- PHP5.4

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

[](#installation)

Edit your `.altax/composer.json` file like the following.

```
{
  "require": {
    "kohkimakimoto/altax-chef": "dev-master"
  }
}

```

Run altax update.

```
$ altax update

```

Add the following code your `.altax/config.php` file.

```
Task::register("chef", 'Altax\Contrib\Chef\Command\ChefCommand')
->config(array(
    "repo" => "git@github.com:your/chef-reposigory.git"
))
;

```

Usage
-----

[](#usage)

Installs chef package to remote node.

```
altax chef node [node...] --prepare

```

Runs chef-solo using run\_list `nodes/${HOSTNAME}.json`

```
altax chef node [node...]

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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/232e612dbf32e70978372a2249e28dd037f75eadafc547913375708571c65f9a?d=identicon)[kohkimakimoto](/maintainers/kohkimakimoto)

---

Top Contributors

[![kohkimakimoto](https://avatars.githubusercontent.com/u/761462?v=4)](https://github.com/kohkimakimoto "kohkimakimoto (26 commits)")

### Embed Badge

![Health badge](/badges/kohkimakimoto-altax-chef/health.svg)

```
[![Health](https://phpackages.com/badges/kohkimakimoto-altax-chef/health.svg)](https://phpackages.com/packages/kohkimakimoto-altax-chef)
```

###  Alternatives

[seld/cli-prompt

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

24726.4M22](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[styleci/cli

The CLI tool for StyleCI

71464.1k9](/packages/styleci-cli)[winbox/args

Windows command-line formatter

20718.9k21](/packages/winbox-args)

PHPackages © 2026

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