Download the PHP package kodcube/invoker without Composer
On this page you can find all versions of the php package kodcube/invoker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kodcube/invoker
More information about kodcube/invoker
Files in kodcube/invoker
Download kodcube/invoker
More information about kodcube/invoker
Files in kodcube/invoker
Please rate this library. Is it a good library?
Informations about the package invoker
Invoker for Callable Classes & Methods
This can construct & call a method on a passed passed classname::method string.
This library is great for command bus, event bus or message bus processing, where by just passing a class name and method as a string can be instanciated and executed.
Usage & Examples
Construct
Callable Object
is the same as
Public Method on Object
is the same as
Public Method on Object with constructor arguments
is the same as
Public Method on Object with method arguments
is the same as
Public Static Method
is the same as
All versions of invoker with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
kodcube/helpers Version ^0.1
container-interop/container-interop Version ~1.1
kodcube/helpers Version ^0.1
container-interop/container-interop Version ~1.1
The package kodcube/invoker contains the following files
Loading the files please wait ....