Libraries tagged by method call
horat1us/detect-caller
748 Downloads
Util to detect caller of current method/function.
rotexsoft/callable-execution-timer
7 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
zlt/lara-calls
12 Downloads
A bunch of useful methods for laravel
quatrebarbes/php-call-viewer
32 Downloads
Schemas the impacts of modified, created or deleted methods in the working directory of a PHP project.
ojezu/add-call-to-remote-service-bundle
7573 Downloads
Symfony2 bundle that allows injecting method from one service declaration in DI to another
stella-maris/callmap-cli
4 Downloads
Create a PlantUml graph from a callmap JSON-file
taitava/php-cachedcall
10 Downloads
A simple PHP trait that makes it easy to cache class method call results within a single session.
skybluesofa/chainable
175 Downloads
Allow for chainable, fluent method calls
norse-blue/optionals
5 Downloads
PHP Optionals is a PHP library that allows you to chain method calls or access properties of an object while preventing errors from occurring.
appserver-io/rmi
8181 Downloads
Remote method invocation library implementation
appserver-io/doppelgaenger
5311 Downloads
Make PHP structure definition clones which look the same but behave differently
appserver-io-psr/persistencecontainerprotocol
844 Downloads
Remote method invocation library implementation
apricity/handler
9 Downloads
A PHP class for parsing and executing various types of handlers, including strings in the format 'Class@method', callable functions, and arrays with class and method names.
carloswph/mainframe
8 Downloads
Provides a container in which objects can be pushed, and then an interface to call methods that can be found inside the queued objects, and executed sequentially.
riesjart/static-context-checker
724 Downloads
Check whether a method is called in static context