Registry / utility / hyperf-tappable

hyperf-tappable

JSON →
library3.1.63phppackagistunverified

Provides a tappable macroable trait for Hyperf applications, derived from illuminate/tappable.

composer require hyperf/tappable
INSTALL
IMPORT
SIG · HYPERF-TAPPABLE
H
hyperf-tappable
utilityphpv3.1.63
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tappable
use Hyperf\Tappable\Tappable;

Apply a callback to an object and return it.

use Hyperf\Tappable\Tappable; $object = new class { use Tappable; }; $result = $object->tap(function ($instance) { // modify $instance });
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.63latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hyperf-tappable — pip install hyperf-tappable · libregistry