PHPackages                             gigablah/guzzle-argument-list - 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. gigablah/guzzle-argument-list

ActiveLibrary[HTTP &amp; Networking](/categories/http)

gigablah/guzzle-argument-list
=============================

A trait for the Guzzle Service Client that allows operations to be called with an argument list.

0.0.1(11y ago)116MITPHPPHP &gt;=5.4.0

Since Aug 29Pushed 11y ago1 watchersCompare

[ Source](https://github.com/gigablah/guzzle-argument-list)[ Packagist](https://packagist.org/packages/gigablah/guzzle-argument-list)[ Docs](https://github.com/gigablah/guzzle-argument-list)[ RSS](/packages/gigablah-guzzle-argument-list/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

ArgumentListTrait
=================

[](#argumentlisttrait)

Use this trait in your Guzzle Service Client. Instead of:

```
$result = $client->foo(['id' => 1, 'baz' => 'bar']);
```

You can now do this:

```
$result = $client->foo(1, ['baz' => 'bar']);
```

Or this:

```
$result = $client->foo(1, 'bar');
```

Arguments are matched with parameters according to their order in the service description.

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

[](#installation)

Use [Composer](https://getcomposer.org/) to install the library by adding it to your `composer.json`.

```
{
    "require": {
        "gigablah/guzzle-argument-list": "~0.0.1"
    }
}
```

License
-------

[](#license)

Released under the MIT license. See the LICENSE file for details.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

4325d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/471275?v=4)[Chris Heng](/maintainers/Gigablah)[@gigablah](https://github.com/gigablah)

---

Top Contributors

[![gigablah](https://avatars.githubusercontent.com/u/471275?v=4)](https://github.com/gigablah "gigablah (2 commits)")

---

Tags

apiGuzzlecommandoperation

### Embed Badge

![Health badge](/badges/gigablah-guzzle-argument-list/health.svg)

```
[![Health](https://phpackages.com/badges/gigablah-guzzle-argument-list/health.svg)](https://phpackages.com/packages/gigablah-guzzle-argument-list)
```

###  Alternatives

[antoinelemaire/aircall-php

Aircall API client built on top of Guzzle 6

1050.5k](/packages/antoinelemaire-aircall-php)

PHPackages © 2026

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