PHPackages                             samuel4x4/chefauth-guzzle-plugin - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. samuel4x4/chefauth-guzzle-plugin

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

samuel4x4/chefauth-guzzle-plugin
================================

A guzzle (v3) plugin handling all authentication for Chef server API.

1.0.1(11y ago)061MITPHPPHP &gt;=5.3.2

Since Mar 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/samuel4x4/chefauth-guzzle-plugin)[ Packagist](https://packagist.org/packages/samuel4x4/chefauth-guzzle-plugin)[ Docs](http://www.leaseweblabs.com)[ RSS](/packages/samuel4x4-chefauth-guzzle-plugin/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

leaseweb/chefauth-guzzle-plugin
===============================

[](#leasewebchefauth-guzzle-plugin)

A guzzle (v3) plugin handling all authentication for Chef server API.

requirements
------------

[](#requirements)

- PHP 5.3
- Guzzle 3

installation
------------

[](#installation)

First you need Guzzle, offcourse.

Add the `leaseweb/chefauth-guzzle-plugin` as a dependency to your project:

```
$ php composer.phar require "leaseweb/chefauth-guzzle-plugin":"1.0.0"

```

Composer will install the plugin to your project's vendor/leaseweb directory.

You are now ready to use the plugin.

usage
-----

[](#usage)

Create a new guzzle client pointing to your chef server:

```
// Supply your client name and location of the private key.
$chefAuthPlugin = new \LeaseWeb\ChefGuzzle\Plugin\ChefAuth\ChefAuthPlugin("client-name", "/tmp/client-name.pem");

// Create a new guzzle client
$client = new \Guzzle\Http\Client('https://manage.opscode.com');
$client->addSubscriber($chefAuthPlugin);

// Now you can make calls to the chef server
$response = $client->get('/organizations/my-organization/nodes')->send();

$nodes = $response->json();

```

Read more about guzzle here

license
-------

[](#license)

MIT

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~1 days

Total

2

Last Release

4115d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3427855?v=4)[Samuel Chiriluta](/maintainers/samuel4x4)[@samuel4x4](https://github.com/samuel4x4)

---

Top Contributors

[![nrocco](https://avatars.githubusercontent.com/u/694012?v=4)](https://github.com/nrocco "nrocco (2 commits)")[![chasen](https://avatars.githubusercontent.com/u/871845?v=4)](https://github.com/chasen "chasen (1 commits)")[![samuel4x4](https://avatars.githubusercontent.com/u/3427855?v=4)](https://github.com/samuel4x4 "samuel4x4 (1 commits)")

---

Tags

httpGuzzlechef

### Embed Badge

![Health badge](/badges/samuel4x4-chefauth-guzzle-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/samuel4x4-chefauth-guzzle-plugin/health.svg)](https://phpackages.com/packages/samuel4x4-chefauth-guzzle-plugin)
```

###  Alternatives

[kevinrob/guzzle-cache-middleware

A HTTP/1.1 Cache for Guzzle 6. It's a simple Middleware to be added in the HandlerStack. (RFC 7234)

43518.2M126](/packages/kevinrob-guzzle-cache-middleware)[kitetail/zttp

A developer-experience focused HTTP client, optimized for most common use cases.

1.7k1.2M72](/packages/kitetail-zttp)[php-http/guzzle7-adapter

Guzzle 7 HTTP Adapter

9162.0M665](/packages/php-http-guzzle7-adapter)[graham-campbell/guzzle-factory

Provides A Simple Guzzle Factory With Good Defaults

926.8M53](/packages/graham-campbell-guzzle-factory)[rtheunissen/guzzle-log-middleware

Guzzle middleware to log requests and responses

822.3M17](/packages/rtheunissen-guzzle-log-middleware)[graze/guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle

931.2M24](/packages/graze-guzzle-jsonrpc)

PHPackages © 2026

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