Libraries tagged by callables
timacdonald/callable-fake
19967 Downloads
A testing utility that allows you to fake and capture invokations of a callable / Closure
stack/callable-http-kernel
40276 Downloads
HttpKernelInterface implementation based on callables.
wyrfel/php-callback
8520 Downloads
A simple callable wrapper that allows better management of call parameters
rajurayhan/laravel-quickbooks-mcp-server
192 Downloads
QuickBooks Online MCP server for Laravel — expose QBO as AI-callable tools
jeffersongoncalves/laravel-npm-readme
429 Downloads
A Laravel package that fetches an npm package's README from the registry document, renders the markdown and caches the resulting HTML. The default renderer strips raw HTML; provide your own renderer callable (and sanitize) to keep it. Rendered HTML is untrusted — sanitize it before display.
aviator/pipe
4463 Downloads
Chain callables using a simple wrapper class.
anarchitecture/pipe
2246 Downloads
Unary callable helpers to leverage PHP 8.5 pipes
wyrihaximus/recoil-callable
1447 Downloads
Wrap any coroutine callable and run it through RecoilPHP on invocation
azuracast/slim-callable-eventdispatcher
9148 Downloads
Bridge code that integrates Slim's CallableResolver and Symfony's Event Dispatcher to allow resolvable event listeners.
ta-tikoma/bind
446 Downloads
bind method for binding argument to callable
hoa-math-community/consistency
1770 Downloads
The Hoa\Consistency library.
rszrama/negotiation-middleware
2195 Downloads
Content negotiation middleware for PHP applications using a request, response, and next callable signature.
kode/scheduling
79 Downloads
通用 Cron 调度器:支持任意 callable / task 的简洁健壮 PHP 定时任务库
divineniiquaye/php-invoker
10335 Downloads
A library that provides the abilities to invoking callables with named parameters in a generic and extensible way.
dakujem/generic-middleware
4725 Downloads
Generic PSR-15 implementation: Turns callables into Handlers and Middleware.