PHPackages                             felixdorn/call-method - 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. felixdorn/call-method

ActiveLibrary

felixdorn/call-method
=====================

call-method

1.0.0(5y ago)042MITPHPPHP ^8.0

Since May 16Pushed 5y ago1 watchersCompare

[ Source](https://github.com/felixdorn/call-method)[ Packagist](https://packagist.org/packages/felixdorn/call-method)[ RSS](/packages/felixdorn-call-method/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Call Method
===========

[](#call-method)

[![Tests](https://github.com/felixdorn/call-method/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/felixdorn/call-method/actions/workflows/tests.yml)[![Formats](https://github.com/felixdorn/call-method/actions/workflows/formats.yml/badge.svg?branch=master)](https://github.com/felixdorn/call-method/actions/workflows/formats.yml)[![Version](https://camo.githubusercontent.com/0c04d0659ddcfe6d23d4d07ac0a90cd9e919fd96cc661a22f670bc3a23a2d407/68747470733a2f2f706f7365722e707567782e6f72672f66656c6978646f726e2f63616c6c2d6d6574686f642f76657273696f6e)](//packagist.org/packages/felixdorn/call-method)[![Total Downloads](https://camo.githubusercontent.com/5672b2d43ec54e0d83fb92b45b23f5c7e8ec43dc4ad4429cee392cd074a622bf/68747470733a2f2f706f7365722e707567782e6f72672f66656c6978646f726e2f63616c6c2d6d6574686f642f646f776e6c6f616473)](//packagist.org/packages/felixdorn/call-method)[![License](https://camo.githubusercontent.com/696ee52c7747170e8d93ddb6604f71f412e1ef99c2f75d19b4d8182e9a82f25e/68747470733a2f2f706f7365722e707567782e6f72672f66656c6978646f726e2f63616c6c2d6d6574686f642f6c6963656e7365)](//packagist.org/packages/felixdorn/call-method)

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

[](#installation)

> Requires [PHP 8.0.0+](https://php.net/releases)

You can install the package via composer:

```
composer require felixdorn/call-method
```

Usage
-----

[](#usage)

```
class BladeViewCompiler {
    protected function compileComponentString(string $value): string {
        return $value;
    }
}

$compiler = new BladeViewCompiler();

call($compiler, 'compileComponentString', 'value'); // returns "value"
```

Testing
-------

[](#testing)

```
composer test
```

**call-method** was created by **[Félix Dorn](https://twitter.com/afelixdorn)** under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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

1826d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/eeca3822ab1a1281e77e0c4f7bdb671c840417def9884107629952224ce42eb0?d=identicon)[felixdorn](/maintainers/felixdorn)

---

Top Contributors

[![felixdorn](https://avatars.githubusercontent.com/u/55788595?v=4)](https://github.com/felixdorn "felixdorn (3 commits)")

---

Tags

package

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/felixdorn-call-method/health.svg)

```
[![Health](https://phpackages.com/badges/felixdorn-call-method/health.svg)](https://phpackages.com/packages/felixdorn-call-method)
```

PHPackages © 2026

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