PHPackages                             anper/callable-aggregate - 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. anper/callable-aggregate

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

anper/callable-aggregate
========================

Aggregating the same callable types to one invoking object.

v0.3.0(5y ago)02.6k2MITPHPPHP ^7.1||^8.0

Since Feb 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/perevoshchikov/callable-aggregate)[ Packagist](https://packagist.org/packages/anper/callable-aggregate)[ Docs](https://github.com/perevoshchikov/callable-aggregate)[ RSS](/packages/anper-callable-aggregate/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (4)Used By (2)

Anper\\CallableAggregate
========================

[](#anpercallableaggregate)

[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE.md)[![Latest Version on Packagist](https://camo.githubusercontent.com/ee69aa391fcffba33fdd0fca206633d3472bdf28967de1be6517ef2dc11cacd2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e7065722f63616c6c61626c652d6167677265676174652e737667)](https://packagist.org/packages/anper/callable-aggregate)[![Build Status](https://github.com/perevoshchikov/callable-aggregate/workflows/Tests/badge.svg)](https://github.com/perevoshchikov/callable-aggregate/actions)

Aggregating the same callable types to one invoking object.

Install
-------

[](#install)

```
$ composer require anper/callable-aggregate
```

Usage
-----

[](#usage)

```
use Anper\CallableAggregate\CallableAggregate;

$aggregate = new CallableAggregate();
$aggregate->append(function ($arg) {
    echo $arg;
});

$aggregate('hello');
```

Test
----

[](#test)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

1993d ago

PHP version history (3 changes)v0.1.0PHP ~7.1

v0.2.0PHP ^7.1

v0.3.0PHP ^7.1||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13899175?v=4)[Anton Perevoshchikov](/maintainers/perevoshchikov)[@perevoshchikov](https://github.com/perevoshchikov)

---

Top Contributors

[![perevoshchikov](https://avatars.githubusercontent.com/u/13899175?v=4)](https://github.com/perevoshchikov "perevoshchikov (14 commits)")

---

Tags

callablecallbackaggregate

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/anper-callable-aggregate/health.svg)

```
[![Health](https://phpackages.com/badges/anper-callable-aggregate/health.svg)](https://phpackages.com/packages/anper-callable-aggregate)
```

###  Alternatives

[php-di/invoker

Generic and extensible callable invoker

26762.3M66](/packages/php-di-invoker)[winzou/state-machine

A very lightweight yet powerful PHP state machine

52413.9M18](/packages/winzou-state-machine)[zenstruck/callback

Callable wrapper to validate and inject arguments.

5610.1M6](/packages/zenstruck-callback)[phpfluent/callback

Allows you execute callbacks in a more dynamic way

1159.9k1](/packages/phpfluent-callback)[rybakit/arguments-resolver

ArgumentsResolver allows you to determine the arguments to pass to a function or method.

26111.1k7](/packages/rybakit-arguments-resolver)[raphhh/trex-reflection

Reflection helpers for callables and types

14337.8k11](/packages/raphhh-trex-reflection)

PHPackages © 2026

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