Download the PHP package actualwave/callbacks without Composer
On this page you can find all versions of the php package actualwave/callbacks. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download actualwave/callbacks
More information about actualwave/callbacks
Files in actualwave/callbacks
Download actualwave/callbacks
More information about actualwave/callbacks
Files in actualwave/callbacks
Vendor actualwave
Package callbacks
Short Description Family of callback wrappers with shared interface
License MIT
Homepage https://github.com/burdiuz/php-callbacks
Package callbacks
Short Description Family of callback wrappers with shared interface
License MIT
Homepage https://github.com/burdiuz/php-callbacks
Please rate this library. Is it a good library?
Informations about the package callbacks
PHP-Callbacks
Family of Callback Wrappers allowing to store chains of delayed calls that can be started by event.
- FunctionCallback - calls global function or static method.
- MethodCallback - calls instance or static method.
- OutputCallback - outputs all arguments in JSON format.
- PropertyCallback - stores first argument as property value, works with static properties.
- VariableCallback - stores first argument as variable value, works with static properties.
- CallableQueue - calls stored callbacks passing previous result as argument, returns result of last callback.
- CallableSequence - calls stored callbacks with same arguments, returns result of last callback.
Installation
Via composer
Usage
All wrappers are callables, so can be used directly as closure. CallableCollection accepts any callable including PHP closures.
All versions of callbacks with dependencies
PHP Build Version
Package Version
The package actualwave/callbacks contains the following files
Loading the files please wait ....