2017 © Pedro Peláez
 

library chef

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

image

traderinteractive/chef

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  • Monday, March 5, 2018
  • by traderinteractive
  • Repository
  • 21 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Chef

Scrutinizer Code Quality, (*1)

Latest Stable Version Latest Unstable Version License, (*2)

Total Downloads Daily Downloads Monthly Downloads, (*3)

A PHP library that adds some functionality and support for knife-ec2., (*4)

Requirements

The knife-ec2 integration depends on the knife-ec2 commands being available., (*5)

Installation

This package uses composer so you can just add traderinteractive/chef as a dependency to your composer.json file., (*6)

Usage

Chef API Wrapper

$chefEc2 = new TraderInteractive\Chef\ChefEc2(
    'bundle exec knife',
    $chefServer,
    [
        'chefClientName' => $chefClientName,
        'chefClientKey' => $chefClientKey,
        'awsAccessKeyId' => $awsId,
        'awsSecretAccessKey' => $awsSecret,
        'ec2SshUser' => $ec2SshUser,
        'ec2SshKey' => $sshKey,
    ]
);

$chefEc2->updateServers("role:{$roleToQuery}", null, [], ['--override-runlist' => "role[{$roleToExecute}]", '--no-color']);

Upgrading from old versions

Version 3.0 removed the class TraderInteractive\Chef\Chef. The interface was not compatible with PHP 7., (*7)

The Versions

05/03 2018

dev-master

9999999-dev

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

05/03 2018

v2.0.0

2.0.0.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

08/08 2016

v1.0.0

1.0.0.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

18/09 2014

v0.4.1

0.4.1.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

18/09 2014

v0.4.0

0.4.0.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

12/09 2014

v0.3.0

0.3.0.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

10/03 2014

v0.2.0

0.2.0.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

06/03 2014

v0.1.1

0.1.1.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife

06/03 2014

v0.1.0

0.1.0.0

A library that wraps jenssegers/php-chef and adds some functionality and support for knife-ec2.

  Sources   Download

MIT

The Requires

 

by Spencer Rinehart
by Anthony Bittle

ec2 chef knife